Skip to content

Commit b0876df

Browse files
vrugtehagelargyleink
vrugtehagel
authored andcommitted
Fixed wonky rebase
1 parent 63fe387 commit b0876df

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CSS3.sublime-syntax

+1-5
Original file line numberDiff line numberDiff line change
@@ -1003,11 +1003,7 @@ contexts:
10031003
- meta_scope: meta.declaration-list.css
10041004
- match: '(?=})'
10051005
pop: true
1006-
<<<<<<< HEAD
1007-
- match: '(?=@media|@supports|@layer)|(?=[\w.:#\[*-&][^;}]*\{)'
1008-
=======
1009-
- match: '(?=@nest|@media|@supports|@layer|@container|&)'
1010-
>>>>>>> 7765fa8 (Add syntax definitions for @container at-rule)
1006+
- match: '(?=@media|@supports|@layer|@container)|(?=[\w.:#\[*-&][^;}]*\{)'
10111007
push:
10121008
- match: '(?=})'
10131009
scope: punctuation.section.declaration-list.end.css

0 commit comments

Comments
 (0)