add support for CSS3 Backgrounds and Borders

This commit is contained in:
Kyo Nagashima
2011-01-25 19:02:38 +09:00
parent 5beecbaf5b
commit 914469e5d5
2 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
" TODO: create cssBackgroundProp group and cssBackgroundAttr group
syn match cssFontProp contained "\<background-\(origin\|clip\|size\)\>"
syn match cssFontProp contained "\<border-\(color\|image\(-\(source\|slice\|width\|outset\|repeat\)\)\=\|radius\)\>"
syn match cssFontProp contained "\<box-\(decoration-break\|shadow\)\>"
syn keyword cssFontAttr contained stretch round fill alice clone

View File

@@ -1,8 +1,3 @@
syn match cssBoxProp contained "\<border-\(color\|image\|radius\)\>"
syn match cssBoxProp contained "\<box-shadow\>"
syn match cssColorProp contained "\<background-\(origin\|clip\|size\)\>"
syn match cssTextProp contained "\<text-\(shadow\|overflow\)\>"
syn match cssTextProp contained "\<word-wrap\>"