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

Commit bcaef9d

Browse files
committed
Remove unneeded code
1 parent 2e8e867 commit bcaef9d

File tree

1 file changed

+0
-85
lines changed

1 file changed

+0
-85
lines changed

‎Syntaxes/PostCSS.tmLanguage‎

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -50,91 +50,6 @@
5050
<key>include</key>
5151
<string>#placeholder-selector</string>
5252
</dict>
53-
<dict>
54-
<key>begin</key>
55-
<string>\$[\w-]+(?=:)</string>
56-
<key>end</key>
57-
<string>(?=;|\)\s*\{|\)\n\)|@)</string>
58-
<key>name</key>
59-
<string>postcss-vars-in-document-root</string>
60-
<key>comment</key>
61-
<string>For $variables in document root</string>
62-
<key>captures</key>
63-
<dict>
64-
<key>0</key>
65-
<dict>
66-
<key>name</key>
67-
<string>variable.parameter.postcss</string>
68-
</dict>
69-
</dict>
70-
<key>patterns</key>
71-
<array>
72-
<dict>
73-
<key>include</key>
74-
<string>#double-slash</string>
75-
</dict>
76-
<dict>
77-
<key>include</key>
78-
<string>#double-quoted</string>
79-
</dict>
80-
<dict>
81-
<key>include</key>
82-
<string>#single-quoted</string>
83-
</dict>
84-
<dict>
85-
<key>include</key>
86-
<string>#interpolation</string>
87-
</dict>
88-
<dict>
89-
<key>include</key>
90-
<string>#variable</string>
91-
</dict>
92-
<dict>
93-
<key>include</key>
94-
<string>#rgb-value</string>
95-
</dict>
96-
<dict>
97-
<key>include</key>
98-
<string>#numeric</string>
99-
</dict>
100-
<dict>
101-
<key>include</key>
102-
<string>#unit</string>
103-
</dict>
104-
<dict>
105-
<key>include</key>
106-
<string>#flag</string>
107-
</dict>
108-
<dict>
109-
<key>include</key>
110-
<string>#function</string>
111-
</dict>
112-
<dict>
113-
<key>include</key>
114-
<string>#function-content</string>
115-
</dict>
116-
<dict>
117-
<key>include</key>
118-
<string>#operator</string>
119-
</dict>
120-
<dict>
121-
<key>include</key>
122-
<string>#reserved-words</string>
123-
</dict>
124-
<dict>
125-
<key>include</key>
126-
<string>#parent-selector</string>
127-
</dict>
128-
<dict>
129-
<key>include</key>
130-
<string>#property-value</string>
131-
</dict>
132-
<dict>
133-
<key>include</key>
134-
<string>#dotdotdot</string>
135-
</dict>
136-
</array>
137-
</dict>
13853
<dict>
13954
<key>include</key>
14055
<string>#variable</string>

0 commit comments

Comments
 (0)