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 17, 2011
1 parent edf1377 commit 9ca30f3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
23 changes: 23 additions & 0 deletions Preferences/Folding.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?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.scheme</string>
<key>settings</key>
<dict>
<key>foldingStartMarker</key>
<string>(?x)^ [ \t]* \(
(?&lt;par&gt;
( [^()\n]++ | \( \g&lt;par&gt; \)? )*+
)
$</string>
<key>foldingStopMarker</key>
<string>^\s*$</string>
</dict>
<key>uuid</key>
<string>E853BE87-67FC-4948-897B-A112F9B21D18</string>
</dict>
</plist>
8 changes: 0 additions & 8 deletions Syntaxes/Scheme.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@
<string>scm</string>
<string>sch</string>
</array>
<key>foldingStartMarker</key>
<string>(?x)^ [ \t]* \(
(?&lt;par&gt;
( [^()\n]++ | \( \g&lt;par&gt; \)? )*+
)
$</string>
<key>foldingStopMarker</key>
<string>^\s*$</string>
<key>keyEquivalent</key>
<string>^~S</string>
<key>name</key>
Expand Down

0 comments on commit 9ca30f3

Please sign in to comment.