mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
This commit removes some functions taht differred to fonts-4. See also: https://www.w3.org/TR/2018/PR-css-fonts-3-20180814/
11 lines
679 B
VimL
11 lines
679 B
VimL
syn keyword cssFontAttr contained unicase jis78 jis83 jis90 jis04 simplified traditional ordinal
|
|
syn match cssFontAttr contained "\<\(no-\)\=\(common\|discretionary\|historical\)-ligatures\>"
|
|
syn match cssFontAttr contained "\<\(no-\)\=contextual\>"
|
|
syn match cssFontAttr contained "\<all-small-caps\>"
|
|
syn match cssFontAttr contained "\<\(all-\)\=petite-caps\>"
|
|
syn match cssFontAttr contained "\<titling-caps\>"
|
|
syn match cssFontAttr contained "\<\(lining\|oldstyle\|proportional\|tabular\)-nums\>"
|
|
syn match cssFontAttr contained "\<\(diagonal\|stacked\)-fractions\>"
|
|
syn match cssFontAttr contained "\<proportional-width\>"
|
|
syn match cssFontAttr contained "\<slashed-zero\>"
|