File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/vscode-tailwindcss/syntaxes Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 251
251
}
252
252
]
253
253
},
254
+ {
255
+ "begin" : " (?i)((@)utility)(?=[\\ s{]|/\\ *|$)" ,
256
+ "beginCaptures" : {
257
+ "1" : {
258
+ "name" : " keyword.control.at-rule.utility.tailwind"
259
+ },
260
+ "2" : {
261
+ "name" : " punctuation.definition.keyword.css"
262
+ }
263
+ },
264
+ "end" : " (?<=})(?!\\ G)" ,
265
+ "patterns" : [
266
+ {
267
+ "match" : " [^\\ s{,]+?" ,
268
+ "name" : " variable.parameter.utility.tailwind"
269
+ },
270
+ {
271
+ "begin" : " {" ,
272
+ "beginCaptures" : {
273
+ "0" : {
274
+ "name" : " punctuation.section.utility.begin.bracket.curly.tailwind"
275
+ }
276
+ },
277
+ "end" : " }" ,
278
+ "endCaptures" : {
279
+ "0" : {
280
+ "name" : " punctuation.section.utility.end.bracket.curly.tailwind"
281
+ }
282
+ },
283
+ "name" : " meta.at-rule.utility.body.tailwind" ,
284
+ "patterns" : [
285
+ {
286
+ "include" : " source.css#rule-list"
287
+ }
288
+ ]
289
+ }
290
+ ]
291
+ },
254
292
{
255
293
"begin" : " (?i)((@)responsive)(?=[\\ s{]|/\\ *|$)" ,
256
294
"beginCaptures" : {
You can’t perform that action at this time.
0 commit comments