Files
vim-css3-syntax/after/syntax/css/shapes-1.vim
Kyo Nagashima 4ad0cb7d7c Follow runtime changes
Vim 9.0 added a `-` to CSS keyword list.
2023-01-09 12:12:54 +09:00

4 lines
262 B
VimL

syn keyword cssFontProp contained shape-outside shape-image-threshold shape-margin
syn keyword cssFontAttr contained margin-box
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(inset\|circle\|ellipse\|polygon\)\s*(" end=")" oneline keepend