Skip to content

Commit

Permalink
Adding at-rule matcher so things like '@import blah' and '@mixin dah'…
Browse files Browse the repository at this point in the history
… are one color.
  • Loading branch information
Yong Bakos authored and seaofclouds committed Jun 1, 2010
1 parent 1c74c43 commit 8ebf4ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Syntaxes/SASS.tmLanguage
Expand Up @@ -20,6 +20,12 @@
<key>name</key>
<string>keyword.control.untitled</string>
</dict>
<dict>
<key>match</key>
<string>@(import|mixin|charset|import|media|page|font-face|namespace) [\/\.\w-]*\b</string>
<key>name</key>
<string>keyword.control.at-rule.sass</string>
</dict>
<dict>
<key>begin</key>
<string>"</string>
Expand Down

0 comments on commit 8ebf4ff

Please sign in to comment.