mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-26 04:34:11 +08:00
4ad0cb7d7c
Vim 9.0 added a `-` to CSS keyword list.
3 lines
168 B
VimL
3 lines
168 B
VimL
syn keyword cssFontProp contained image-resolution
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(image\|element\)\s*(" end=")" oneline keepend
|