Skip to content

Commit 367d152

Browse files
committed
removes unneeded layer matches
1 parent d05a489 commit 367d152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSS3.sublime-syntax

+2-2
Original file line numberDiff line numberDiff line change
@@ -10818,7 +10818,7 @@ contexts:
1081810818
# property2: value2;
1081910819
# }
1082010820
rule:
10821-
- match: '(?=[\w.:#\[*-&]|@layer)'
10821+
- match: '(?=[\w.:#\[*-&])'
1082210822
push:
1082310823
- meta_scope: meta.rule.css
1082410824
- match: '}'
@@ -10844,7 +10844,7 @@ contexts:
1084410844
selector:
1084510845
# This match applies a single meta.selector.css scope to a comma-separated
1084610846
# list of selectors, so that they appear as one entry in the Symbol List.
10847-
- match: '(?=[\w.:#\[*-&]|@layer)'
10847+
- match: '(?=[\w.:#\[*-&])'
1084810848
push:
1084910849
- meta_content_scope: meta.selector.css
1085010850
- match: '(?={)'

0 commit comments

Comments
 (0)