mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
9 lines
503 B
VimL
9 lines
503 B
VimL
syn match cssFontProp contained "\<\(dominant\|alignment\)-baseline\>"
|
|
syn match cssFontProp contained "\<baseline-\(shift\|source\)\>"
|
|
syn match cssFontProp contained "\<text-edge\>"
|
|
syn match cssFontProp contained "\<leading-trim\>"
|
|
syn match cssFontProp contained "\<inline-sizing\>"
|
|
syn match cssFontProp contained "\<initial-letter\(-\(align\|wrap\)\)\=\>"
|
|
syn keyword cssFontAttr contained central mathematical leading cap ex drop raise
|
|
syn match cssFontAttr contained "\<ideographic\(-ink\)\=\>"
|