Fold CSSedit Groups in Textmate


/ Published in: Other
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. foldingStartMarker = '(/\* @group .+ \*/|\{)';
  2. foldingStopMarker = '(/\* @end \*/|\n[^\{]+\}|\})';

Report this snippet


Comments


You need to login to view comments.