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 771e329 commit 8cf93e2
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
Original file line number Diff line number Diff line change
@@ -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.thrift</string>
<key>settings</key>
<dict>
<key>foldingStartMarker</key>
<string>\{\s*$</string>
<key>foldingStopMarker</key>
<string>^\s*\}</string>
</dict>
<key>uuid</key>
<string>208DF397-F82E-41FA-AA3A-458EBDFA12C6</string>
</dict>
</plist>
4 changes: 0 additions & 4 deletions Syntaxes/Thrift.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<array>
<string>thrift</string>
</array>
<key>foldingStartMarker</key>
<string>\{\s*$</string>
<key>foldingStopMarker</key>
<string>^\s*\}</string>
<key>keyEquivalent</key>
<string>^~T</string>
<key>name</key>
Expand Down

0 comments on commit 8cf93e2

Please sign in to comment.