mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
317 B
VimL
6 lines
317 B
VimL
syn match cssFontProp contained "\<grid-template\>"
|
|
syn keyword cssFontAttr contained dense span
|
|
syn match cssFontAttr contained "\<auto-flow\>"
|
|
syn match cssValueNumber contained "[01]\(.\d\+\)\=fr"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(minmax\|repeat\)\s*(" end=")" oneline keepend
|