mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
6 lines
309 B
VimL
6 lines
309 B
VimL
syn match cssFontProp contained "\<\(dominant\|alignment\)-baseline\>"
|
|
syn match cssFontProp contained "\<baseline-shift\>"
|
|
syn match cssFontProp contained "\<inline-sizing\>"
|
|
syn match cssFontProp contained "\<initial-letters\(-\(align\|wrap\)\)\="
|
|
syn keyword cssFontAttr contained mathematical ideographic
|