Files
vim-css3-syntax/after/syntax/css/css-shapes-1.vim
Kyo Nagashima 04fbdcfd54 Revert version checking code
Checking version with `hlexists()` does not work as expected.
2014-03-03 03:38:57 +09:00

5 lines
323 B
VimL

" TODO: create cssShapesProp group and cssShapesAttr group
syn match cssFontProp contained "\<shape-\(outside\|image-threshold\|margin\)\>"
syn match cssFontAttr contained "\<margin-box\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(inset\|circle\|ellipse\|polygon\)\s*(" end=")" oneline keepend