Skip to content

Commit

Permalink
Move folding settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Nov 14, 2011
1 parent e7bf74f commit 6534c75
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
19 changes: 19 additions & 0 deletions Preferences/Folding.tmPreferences
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Folding</string>
<key>scope</key>
<string>source.js.greasemonkey</string>
<key>settings</key>
<dict>
<key>foldingStartMarker</key>
<string>// ==UserScript==</string>
<key>foldingStopMarker</key>
<string>// ==/UserScript==</string>
</dict>
<key>uuid</key>
<string>6BED8A80-5A77-44F6-A3B4-27D08C476F39</string>
</dict>
</plist>
4 changes: 0 additions & 4 deletions Syntaxes/Greasemonkey.tmLanguage
Expand Up @@ -8,10 +8,6 @@
</array>
<key>firstLineMatch</key>
<string>// ==UserScript==</string>
<key>foldingStartMarker</key>
<string>// ==UserScript==</string>
<key>foldingStopMarker</key>
<string>// ==/UserScript==</string>
<key>keyEquivalent</key>
<string>^~G</string>
<key>name</key>
Expand Down

0 comments on commit 6534c75

Please sign in to comment.