mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-01-27 03:12:07 +08:00
Prefer CSS spec
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
syn match cssFontProp contained "\<\(fill\|stroke\)-\(break\|color\|image\|origin\|position\|size\|repeat\)\>"
|
||||
syn match cssFontProp contained "\<stroke-\(align\|dash-\(corner\|justify\)\)\>"
|
||||
syn keyword cssFontAttr contained stupid compress dashes gaps
|
||||
syn match cssFontProp contained "\<\(fill\|stroke\)\(-\(break\|color\|image\|origin\|position\|size\|repeat\|opacity\)\)\=\>"
|
||||
syn match cssFontProp contained "\<fill-rule\>"
|
||||
syn match cssFontProp contained "\<stroke-\(width\|align\|line\(cap\|join\)\|miterlimit\|dash\(array\|offset\)\|dash-\(corner\|justify\)\)\>"
|
||||
syn keyword cssFontAttr contained butt arcs stupid compress dashes gaps
|
||||
syn match cssFontAttr contained "\<bounding-box\>"
|
||||
|
||||
Reference in New Issue
Block a user