Update images-3.vim

https://www.w3.org/TR/2019/CR-css-images-3-20191010/
This commit is contained in:
Kyo Nagashima
2019-10-12 07:55:59 +09:00
parent 7eaca88c16
commit 0c7d58818c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
syn match cssFontProp contained "\<object-\(fit\|position\)\>" syn match cssFontProp contained "\<object-\(fit\|position\)\>"
syn match cssFontProp contained "\<image-orientation\>" syn match cssFontProp contained "\<image-orientation\>"
syn keyword cssFontAttr contained snap syn keyword cssFontAttr contained snap flip
syn match cssFontAttr contained "\<scale-down\>" syn match cssFontAttr contained "\<scale-down\>"
syn match cssFontAttr contained "\<from-image\>" syn match cssFontAttr contained "\<from-image\>"
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(repeating-\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend syn region cssFunction contained matchgroup=cssFunctionName start="\<\(repeating-\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend

View File

@@ -427,6 +427,7 @@ template {
object-position: auto; object-position: auto;
image-orientation: auto; image-orientation: auto;
display: snap; display: snap;
display: flip;
display: scale-down; display: scale-down;
display: from-image; display: from-image;
display: repeating-linear-gradient(to bottom, yellow, blue); display: repeating-linear-gradient(to bottom, yellow, blue);