Follow WD-css3-break-20140116

This commit is contained in:
Kyo Nagashima
2014-02-03 15:14:15 +09:00
parent 92ff8d401d
commit 2160b10eaf
3 changed files with 8 additions and 5 deletions

View File

@@ -2,6 +2,6 @@
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 match cssFontProp contained "\<box-shadow\>"
syn keyword cssFontAttr contained space round local fill stretch clone slice
syn match cssFontAttr contained "\<\(padding\|border\|content\)-box\>"