Skip to content

Commit

Permalink
Recognize foldable @group from CSSEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 29, 2011
1 parent 10fca09 commit 0af01d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Syntaxes/CSS.plist
Expand Up @@ -10,9 +10,9 @@
<string>css.erb</string>
</array>
<key>foldingStartMarker</key>
<string>/\*\*(?!\*)|\{\s*($|/\*(?!.*?\*/.*\S))</string>
<string>/\*\*(?!\*)|\{\s*($|/\*(?!.*?\*/.*\S))|\/\*\s*@group\s*.*\s*\*\/</string>
<key>foldingStopMarker</key>
<string>(?&lt;!\*)\*\*/|^\s*\}</string>
<string>(?<!\*)\*\*/|^\s*\}|\/*\s*@end\s*\*\/</string>
<key>keyEquivalent</key>
<string>^~C</string>
<key>name</key>
Expand Down

0 comments on commit 0af01d7

Please sign in to comment.