Files
vim-css3-syntax/after/syntax/css/css3-properties.vim
2011-01-25 19:01:24 +09:00

10 lines
360 B
VimL

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\>"
syn match cssBoxProp contained "\<overflow-\(x\|y\)\>"