add css-shapes.vim and test

This commit is contained in:
Kyo Nagashima
2013-05-30 02:44:30 +09:00
parent 4edb910500
commit f395b2637e
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
" TODO: create cssShapesProp group
syn match cssFontProp contained "\<shape-\(image-threshold\|inside\|outside\)\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(\(inset-\)\=rectangle\|circle\|ellipse\|polygon\)\s*(" end=")" oneline keepend