mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
These removed syntaxes are included in [runtime files update][1].
[1]: 06fe74aef7 (diff-613ff34c5d60e41a3fc93fcb58277143)
4 lines
210 B
VimL
4 lines
210 B
VimL
syn keyword cssFontAttr contained dense span
|
|
syn match cssFontAttr contained "\<auto-flow\>"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(minmax\|repeat\)\s*(" end=")" oneline keepend
|