Return to Snippet

Revision: 14720
at June 9, 2009 21:12 by dougunderscorenelson


Updated Code
foldingStartMarker = '(/\* @group .+ \*/|\{)';
foldingStopMarker = '(/\* @end \*/|\n[^\{]+\}|\})';

Revision: 14719
at June 9, 2009 20:51 by dougunderscorenelson


Initial Code
foldingStartMarker = ‘(/\* @group .+ \*/|\{)’;
foldingStopMarker = ‘(/\* @end \*/|\n[^\{]+\}|\})’;

Initial URL


Initial Description
Replace the markers in the CSS Bundle with these to get foldable CSSedit groups.

Initial Title
Fold CSSedit Groups in Textmate

Initial Tags
css, textmate

Initial Language
Other