Add css-images-4.vim

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`.
This commit is contained in:
Kyo Nagashima
2017-04-22 12:04:57 +09:00
parent 4162325b6c
commit 9f1b8dbb3f
5 changed files with 23 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
syn match cssFontProp contained "\<image-resolution\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(image\|element\|conic-gradient\)\s*(" end=")" oneline keepend