mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
See also: http://www.w3.org/TR/2017/WD-css-images-4-20170413/ This commit also moves some properties and functions from `css3-images.vim`.
7 lines
416 B
VimL
7 lines
416 B
VimL
syn match cssFontProp contained "\<object-\(fit\|position\)\>"
|
|
syn match cssFontProp contained "\<image-orientation\>"
|
|
syn keyword cssFontAttr contained contain cover snap
|
|
syn match cssFontAttr contained "\<from-image\>"
|
|
syn match cssFontAttr contained "\<scale-down\>"
|
|
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(\(repeating-\)\=\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend
|