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 21, 2011
1 parent c6547dd commit 5101fa0
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.io</string>
<key>settings</key>
<dict>
<key>foldingStartMarker</key>
<string>(/\*\*|\([^\)]*$|if\()</string>
<key>foldingStopMarker</key>
<string>(\*\*/|^\s*\))</string>
</dict>
<key>uuid</key>
<string>7EECF802-872F-4000-A7AA-0E86E76C2F5A</string>
</dict>
</plist>
4 changes: 0 additions & 4 deletions Syntaxes/Io.plist
Expand Up @@ -6,10 +6,6 @@
<array>
<string>io</string>
</array>
<key>foldingStartMarker</key>
<string>(/\*\*|\([^\)]*$|if\()</string>
<key>foldingStopMarker</key>
<string>(\*\*/|^\s*\))</string>
<key>keyEquivalent</key>
<string>^~I</string>
<key>name</key>
Expand Down

0 comments on commit 5101fa0

Please sign in to comment.