mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-26 10:56:43 +08:00
remove duplicated value
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
" TODO: create cssWritingModeProp group and cssWritingModeAttr group
|
" TODO: create cssWritingModeProp group and cssWritingModeAttr group
|
||||||
syn match cssFontProp contained "\<text-\(orientation\|combine-\(horizontal\|mode\)\)\>"
|
syn match cssFontProp contained "\<text-\(orientation\|combine-\(horizontal\|mode\)\)\>"
|
||||||
syn match cssFontProp contained "\<writing-mode\>"
|
syn match cssFontProp contained "\<writing-mode\>"
|
||||||
syn keyword cssFontAttr contained before after numeric digits alpha latin alphanumeric isolate plaintext
|
syn keyword cssFontAttr contained before after numeric alpha latin alphanumeric isolate plaintext
|
||||||
syn match cssFontAttr contained "\<\(\(min\|max\|fit\)-content\|fill-available\)\>"
|
syn match cssFontAttr contained "\<\(\(min\|max\|fit\)-content\|fill-available\)\>"
|
||||||
syn match cssFontAttr contained "\<\(\(no-\)\=compress\|use-glyphs\)\>"
|
syn match cssFontAttr contained "\<\(\(no-\)\=compress\|use-glyphs\)\>"
|
||||||
syn match cssFontAttr contained "\<\(mixed-right\|upright\|sideways\(-right\|-left\)\=\|use-glyph-orientation\)\>"
|
syn match cssFontAttr contained "\<\(mixed-right\|upright\|sideways\(-right\|-left\)\=\|use-glyph-orientation\)\>"
|
||||||
|
|||||||
Reference in New Issue
Block a user