add folding for multi-line object literals

This commit is contained in:
Matt Lyon
2010-01-05 22:44:44 -08:00
parent de49465dc6
commit 3124869e1d

View File

@@ -10,6 +10,10 @@
</array>
<key>name</key>
<string>CoffeeScript</string>
<key>foldingStartMarker</key>
<string>^.*: \{[^}]*</string>
<key>foldingStopMarker</key>
<string>^\s*\}</string>
<key>patterns</key>
<array>
<dict>