move opacity property to css3-colors.vim

This commit is contained in:
Kyo Nagashima
2011-01-25 19:01:24 +09:00
parent 3b14155fed
commit 5beecbaf5b
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1,2 @@
syn keyword cssColorProp contained opacity
syn match cssColor contained "\<currentColor\>"

View File

@@ -3,8 +3,6 @@ syn match cssBoxProp contained "\<box-shadow\>"
syn match cssColorProp contained "\<background-\(origin\|clip\|size\)\>"
syn keyword cssColorProp contained opacity
syn match cssTextProp contained "\<text-\(shadow\|overflow\)\>"
syn match cssTextProp contained "\<word-wrap\>"