Skip to content

Commit 2e8e867

Browse files
committed
Fix coloring bug when variable name following space and opening parenthesis #4
1 parent 8cd0a8f commit 2e8e867

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Syntaxes/PostCSS.tmLanguage

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
</dict>
138138
<dict>
139139
<key>include</key>
140-
<string>#variable-root</string>
140+
<string>#variable</string>
141141
</dict>
142142
<dict>
143143
<key>include</key>
@@ -655,13 +655,6 @@
655655
<key>name</key>
656656
<string>keyword.other.unit.css.postcss</string>
657657
</dict>
658-
<key>variable-root</key>
659-
<dict>
660-
<key>match</key>
661-
<string>\$[\w-]+</string>
662-
<key>name</key>
663-
<string>variable.other.root</string>
664-
</dict>
665658
<key>variable</key>
666659
<dict>
667660
<key>match</key>

0 commit comments

Comments
 (0)