Skip to content

Commit d8ad25f

Browse files
committed
1 parent b73d502 commit d8ad25f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

after/syntax/css/fonts-4.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
syn keyword cssFontProp contained font-synthesis font-synthesis-weight font-synthesis-style font-synthesis-small-caps font-synthesis-settings font-named-instance font-display ascent-override descent-override line-gap-override font-optical-sizing font-variation-settings font-palette font-variant-emoji font-presentation base-palette override-color
1+
syn keyword cssFontProp contained font-synthesis font-synthesis-weight font-synthesis-style font-synthesis-small-caps font-synthesis-position font-named-instance font-display ascent-override descent-override line-gap-override font-optical-sizing font-variation-settings font-palette font-variant-emoji font-presentation base-palette override-color
22
syn keyword cssFontAttr contained emoji math fangsong swap fallback light dark contained system-ui contained ui-sans-serif ui-serif ui-monospace ui-rounded contained xxx-large contained historical-forms
33
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(stylistic\|styleset\|character-variant\|swash\|ornaments\|annotation\)\s*(" end=")" oneline keepend
44
syn match cssFontDescriptor "@font-feature-values\>" nextgroup=cssFontDescriptorBlock skipwhite skipnl

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,10 @@
371371
}
372372

373373
.fonts-4 {
374+
font-synthesis-position: auto;
374375
font-synthesis-weight: auto;
375376
font-synthesis-style: auto;
376377
font-synthesis-small-caps: auto;
377-
font-variation-settings: auto;
378378
font-named-instance: auto;
379379
font-display: auto;
380380
ascent-override: auto;

0 commit comments

Comments
 (0)