mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
This syntax is for new spec WD-css-writing-modes-4-20171207. See also: http://www.w3.org/TR/2017/WD-css-writing-modes-4-20171207/ This commit also removes deferred properties and values from `css-writing-modes-3.vim`.
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\)\>"
|