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

Commit 4e7174a

Browse files
committed
Highlight variables in document root and rule root
Example: $hello: 20px; div { $width: 200px; }
1 parent a8a5a01 commit 4e7174a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/PostCSS.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<key>0</key>
6363
<dict>
6464
<key>name</key>
65-
<string>variable.other</string>
65+
<string>variable.parameter.sass</string>
6666
</dict>
6767
</dict>
6868
<key>patterns</key>

0 commit comments

Comments
 (0)