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
172 B
VimL
3 lines
172 B
VimL
syn keyword cssFontAttr contained dense span auto-flow
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(minmax\|repeat\)\s*(" end=")" oneline keepend
|