mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
7 lines
458 B
VimL
7 lines
458 B
VimL
" TODO: create cssImagesProp group and cssImagesAttr group
|
|
syn match cssFontProp contained "\<object-\(fit\|position\)\>"
|
|
syn match cssFontProp contained "\<image-\(resolution\|orientation\)\>"
|
|
syn keyword cssFontAttr contained contain cover snap
|
|
syn match cssFontAttr contained "\<scale-down\>"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(image\|element\|\(repeating-\)\=\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend
|