Prefer CSS spec

This commit is contained in:
Kyo Nagashima
2017-04-15 11:57:19 +09:00
parent 7bfab47011
commit 708f7afb01
4 changed files with 58 additions and 59 deletions

View File

@@ -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\>"