File tree 1 file changed +15
-4
lines changed
packages/vscode-tailwindcss/syntaxes
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change 457
457
"source-fn" : {
458
458
"patterns" : [
459
459
{
460
- "begin" : " (?i)(source)[(](?=.*?[) ])" ,
460
+ "begin" : " (?i)(?: \\ s*)(?<![ \\ w@-])(source)([( ])" ,
461
461
"beginCaptures" : {
462
462
"1" : {
463
- "name" : " punctuation.definition.keyword.css"
463
+ "name" : " support.function.source.css"
464
+ },
465
+ "2" : {
466
+ "name" : " punctuation.section.function.begin.bracket.round.css"
467
+ }
468
+ },
469
+ "end" : " [)]" ,
470
+ "endCaptures" : {
471
+ "0" : {
472
+ "name" : " punctuation.section.function.end.bracket.round.css"
464
473
}
465
474
},
466
- "name" : " variable.parameter.tailwind.source" ,
467
- "end" : " (?<=[)])(?!\\ G)" ,
468
475
"patterns" : [
476
+ {
477
+ "match" : " none(?=[)])" ,
478
+ "name" : " variable.other.css"
479
+ },
469
480
{
470
481
"include" : " source.css#string"
471
482
}
You can’t perform that action at this time.
0 commit comments