mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
6 lines
379 B
VimL
6 lines
379 B
VimL
" TODO: create cssImagesProp group and cssImagesAttr group
|
|
syn match cssFontProp contained "\<object-fit\>"
|
|
syn keyword cssFontAttr contained contain cover
|
|
syn match cssFontAttr contained "\<scale-down\>"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(image\|element\|cross-fade\|\(repeating-\)\=\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend
|