Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Fix --variables highlighting in var() and other parentheses #5
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Dec 4, 2015
1 parent 75d62d0 commit 8cd0a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/PostCSS.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
<key>function-content-var</key>
<dict>
<key>match</key>
<string>(?&lt;=var\().+(?=\))</string>
<string>(?&lt;=var\()[\w-]+(?=\))</string>
<key>name</key>
<string>variable.parameter.postcss</string>
</dict>
Expand Down

0 comments on commit 8cd0a8f

Please sign in to comment.