rename files

This commit is contained in:
Kyo Nagashima
2011-01-25 18:17:30 +09:00
parent b69fc031a2
commit 49e184b7a6
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
syn match cssBoxProp contained "\<border-\(color\|image\|radius\)\>"
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\>"
syn match cssBoxProp contained "\<box-sizing\>"
syn keyword cssBoxProp contained resize
syn match cssBoxProp contained "\<nav-\(up\|right\|down\|left\)"
syn match cssBoxProp contained "\<overflow-\(x\|y\)\>"