Skip to content

Commit de15898

Browse files
committed
1 parent 3b20ef3 commit de15898

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

after/syntax/css/conditional-5.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
syn keyword cssFontProp contained container-type container-name container
22
syn keyword cssFontAttr contained inline-size
3-
syn match cssFontDescriptor "@\(when\|else\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
3+
syn match cssFontDescriptor "@\(when\|else\|supports-condition\)\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl

test/test.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,12 @@
273273
}
274274
}
275275

276+
@supports-condition --thicker-underlines {
277+
.conditional-5 {
278+
display: auto;
279+
}
280+
}
281+
276282
.contain-1 {
277283
contain: auto;
278284
display: layout;

0 commit comments

Comments
 (0)