Skip to content

Commit 7c02f52

Browse files
committed
Remove unneeded rule
This rule add colorized row after } in Espresso Soda theme. Looks like it doesn't affect on anything else.
1 parent a66d039 commit 7c02f52

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Syntaxes/PostCSS.tmLanguage

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -300,25 +300,6 @@
300300
</dict>
301301
</array>
302302
</dict>
303-
<dict>
304-
<key>begin</key>
305-
<string>(?&lt;=})(?!;|\(|\)|[\w-]+:)</string>
306-
<key>end</key>
307-
<string>\s|(?=,|\.|\[|\)|\n)</string>
308-
<key>name</key>
309-
<string>entity.name.tag.css.postcss</string>
310-
<key>patterns</key>
311-
<array>
312-
<dict>
313-
<key>include</key>
314-
<string>#interpolation</string>
315-
</dict>
316-
<dict>
317-
<key>include</key>
318-
<string>#pseudo-class</string>
319-
</dict>
320-
</array>
321-
</dict>
322303
<dict>
323304
<key>include</key>
324305
<string>#operator</string>

0 commit comments

Comments
 (0)