Skip to content

Commit 316edc6

Browse files
argyleinkryboe
authored andcommitted
include at-supports
1 parent f9b21c6 commit 316edc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CSS3.sublime-syntax

+2-1
Original file line numberDiff line numberDiff line change
@@ -961,13 +961,14 @@ contexts:
961961
- meta_scope: meta.declaration-list.css
962962
- match: '(?=})'
963963
pop: true
964-
- match: '(?=@nest|@media|&)'
964+
- match: '(?=@nest|@media|@supports|&)'
965965
push:
966966
- match: '(?=})'
967967
scope: punctuation.section.declaration-list.end.css
968968
pop: true
969969
- include: at-media
970970
- include: rule
971+
- include: at-supports
971972
- include: properties
972973

973974
dasharray:

0 commit comments

Comments
 (0)