We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d05a489 commit 367d152Copy full SHA for 367d152
CSS3.sublime-syntax
@@ -10818,7 +10818,7 @@ contexts:
10818
# property2: value2;
10819
# }
10820
rule:
10821
- - match: '(?=[\w.:#\[*-&]|@layer)'
+ - match: '(?=[\w.:#\[*-&])'
10822
push:
10823
- meta_scope: meta.rule.css
10824
- match: '}'
@@ -10844,7 +10844,7 @@ contexts:
10844
selector:
10845
# This match applies a single meta.selector.css scope to a comma-separated
10846
# list of selectors, so that they appear as one entry in the Symbol List.
10847
10848
10849
- meta_content_scope: meta.selector.css
10850
- match: '(?={)'
0 commit comments