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

RSS Icon Subscribe to comments

You need to login to post a comment.