mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
8 lines
443 B
VimL
8 lines
443 B
VimL
syn match cssFontProp contained "\<writing-mode\>"
|
|
syn match cssFontProp contained "\<text-\(orientation\|combine-upright\)\>"
|
|
syn match cssFontProp contained "\<glyph-orientation-vertical\>"
|
|
syn keyword cssFontAttr contained before after mixed upright plaintext sideways
|
|
syn match cssFontAttr contained "\<isolate\(-override\)\=\>"
|
|
syn match cssFontAttr contained "\<horizontal-tb\>"
|
|
syn match cssFontAttr contained "\<vertical-\(rl\|lr\)\>"
|