mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
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
|