mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
4 lines
266 B
VimL
4 lines
266 B
VimL
" 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
|