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

Commit 75d62d0

Browse files
committed
Highlight commas not like comments
1 parent 848c024 commit 75d62d0

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

‎Syntaxes/PostCSS.tmLanguage‎

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@
105105
<key>include</key>
106106
<string>#flag</string>
107107
</dict>
108-
<dict>
109-
<key>include</key>
110-
<string>#comma</string>
111-
</dict>
112108
<dict>
113109
<key>include</key>
114110
<string>#function</string>
@@ -159,10 +155,6 @@
159155
<key>include</key>
160156
<string>#flag</string>
161157
</dict>
162-
<dict>
163-
<key>include</key>
164-
<string>#comma</string>
165-
</dict>
166158
<dict>
167159
<key>include</key>
168160
<string>#dotdotdot</string>
@@ -336,10 +328,6 @@
336328
<key>include</key>
337329
<string>#flag</string>
338330
</dict>
339-
<dict>
340-
<key>include</key>
341-
<string>#comma</string>
342-
</dict>
343331
<dict>
344332
<key>include</key>
345333
<string>#function</string>
@@ -437,13 +425,6 @@
437425
</array>
438426
<key>repository</key>
439427
<dict>
440-
<key>comma</key>
441-
<dict>
442-
<key>match</key>
443-
<string>\b(and|or)\b|,</string>
444-
<key>name</key>
445-
<string>comment.punctuation.comma.postcss</string>
446-
</dict>
447428
<key>comment-tag</key>
448429
<dict>
449430
<key>begin</key>
@@ -555,10 +536,6 @@
555536
<key>include</key>
556537
<string>#unit</string>
557538
</dict>
558-
<dict>
559-
<key>include</key>
560-
<string>#comma</string>
561-
</dict>
562539
<dict>
563540
<key>include</key>
564541
<string>#double-quoted</string>
@@ -639,10 +616,6 @@
639616
<key>include</key>
640617
<string>#unit</string>
641618
</dict>
642-
<dict>
643-
<key>include</key>
644-
<string>#comma</string>
645-
</dict>
646619
</array>
647620
</dict>
648621
<key>reserved-words</key>

0 commit comments

Comments
 (0)