File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ syn match cssFontProp contained "\<font-variation-settings\>"
5
5
syn match cssFontProp contained " \< font-palette\> "
6
6
syn match cssFontProp contained " \< font-presentation\> "
7
7
syn match cssFontProp contained " \< base-palette\> "
8
+ syn match cssFontProp contained " \< override-color\> "
8
9
syn match cssFontProp contained " \< font-variant-emoji\> "
9
10
syn keyword cssFontAttr contained emoji math fangsong infinity swap fallback optional light dark
10
11
syn match cssFontAttr contained " \< system-ui\> "
11
12
syn match cssFontAttr contained " \< historical-forms\> "
12
13
syn region cssFunction contained matchgroup =cssFunctionName start =" \<\( stylistic\| styleset\| character-variant\| swash\| ornaments\| annotation\)\s *(" end =" )" oneline keepend
14
+ " syn match cssFontDescriptor "@font-feature-values\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl
13
15
syn match cssFontDescriptor " @font-palette-values\> " nextgroup =cssFontDescriptorBlock skipwhite skipnl
Original file line number Diff line number Diff line change 361
361
362
362
@font-palette-values Test {
363
363
base-palette : 1 ;
364
+ override-color : 1 rgb (43 , 12 , 9 );
364
365
}
365
366
366
367
.gcpm-3 ::footnote-call ,
You can’t perform that action at this time.
0 commit comments