1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

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>