File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1002,7 +1002,7 @@ contexts:
1002
1002
- meta_scope : meta.declaration-list.css
1003
1003
- match : ' (?=})'
1004
1004
pop : true
1005
- - match : ' (?=@media|@supports|@layer|@container)|(?=[\w.:#\[*-&][^;}]*\{)'
1005
+ - match : ' (?=@media|@supports|@layer|@container)|(?=[\w.:#\[*\ -&][^;}]*\{)'
1006
1006
push :
1007
1007
- match : ' (?=})'
1008
1008
scope : punctuation.section.declaration-list.end.css
@@ -10890,7 +10890,7 @@ contexts:
10890
10890
# property2: value2;
10891
10891
# }
10892
10892
rule :
10893
- - match : ' (?=[\w.:#\[*-&])'
10893
+ - match : ' (?=[\w.:#\[*\ -&])'
10894
10894
push :
10895
10895
- meta_scope : meta.rule.css
10896
10896
- match : ' }'
@@ -10916,7 +10916,7 @@ contexts:
10916
10916
selector :
10917
10917
# This match applies a single meta.selector.css scope to a comma-separated
10918
10918
# list of selectors, so that they appear as one entry in the Symbol List.
10919
- - match : ' (?=[\w.:#\[*-&])'
10919
+ - match : ' (?=[\w.:#\[*\ -&])'
10920
10920
push :
10921
10921
- meta_content_scope : meta.selector.css
10922
10922
- match : ' (?={)'
You can’t perform that action at this time.
0 commit comments