mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-06-21 16:30:44 +08:00
04fbdcfd54
Checking version with `hlexists()` does not work as expected.
5 lines
323 B
VimL
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
|