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

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