follow WD-css3-background-20120214

This commit is contained in:
Kyo Nagashima
2012-02-15 08:08:29 +09:00
parent f55d488909
commit 3a8cc49d96

View File

@@ -1,7 +1,7 @@
" TODO: create cssBackgroundProp group and cssBackgroundAttr group
syn match cssFontProp contained "\<background-\(origin\|clip\|size\)\>"
syn match cssFontProp contained "\<background-\(clip\|origin\|size\)\>"
syn match cssFontProp contained "\<border-image\(-\(source\|slice\|width\|outset\|repeat\)\)\=\>"
syn match cssFontProp contained "\<border-\(\(top-right\|bottom-right\|bottom-left\|top-left\)-\)\=radius\>"
syn match cssFontProp contained "\<box-\(decoration-break\|shadow\)\>"
syn keyword cssFontAttr contained stretch round fill alice clone
syn keyword cssFontAttr contained space round local fill stretch clone slice
syn match cssFontAttr contained "\<\(padding\|border\|content\)-box\>"