follow WD-css3-writing-modes-20110901

This commit is contained in:
Kyo Nagashima
2012-02-24 19:11:46 +09:00
parent 919fbb77a8
commit 668d0375d7

View File

@@ -1,7 +1,9 @@
" TODO: create cssWritingModeProp group and cssWritingModeAttr group
syn match cssFontProp contained "\<text-\(orientation\|combine-\(horizontal\|mode\)\)\>"
syn match cssFontProp contained "\<writing-mode\>"
syn match cssFontProp contained "\<text-\(orientation\|combine\)\>"
syn keyword cssFontAttr contained isolate plaintext upright
syn match cssFontAttr contained "\<horizontal-tb\>"
syn match cssFontAttr contained "\<vertical-\(rl\|lr\|right\)\>"
syn match cssFontAttr contained "\<rotate-\(right\|left\|normal\)\>"
syn keyword cssFontAttr contained before after alpha latin alphanumeric isolate plaintext
syn match cssFontAttr contained "\<\(\(min\|max\|fit\)-content\|fill-available\)\>"
syn match cssFontAttr contained "\<ascii-digits\>"
syn match cssFontAttr contained "\<\(\(no-\)\=compress\|use-glyphs\)\>"
syn match cssFontAttr contained "\<\(upright\(-right\)\=\|sideways\(-right\|-left\)\=\|use-glyph-orientation\)\>"
syn match cssFontAttr contained "\<\(horizontal-tb\|vertical-\(rl\|lr\)\)\>"