mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Update images-3.vim
https://www.w3.org/TR/2019/CR-css-images-3-20191010/
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syn match cssFontProp contained "\<object-\(fit\|position\)\>"
|
||||
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 "\<from-image\>"
|
||||
syn region cssFunction contained matchgroup=cssFunctionName start="\<\(repeating-\(linear\|radial\)-gradient\)\s*(" end=")" oneline keepend
|
||||
|
||||
@@ -427,6 +427,7 @@ template {
|
||||
object-position: auto;
|
||||
image-orientation: auto;
|
||||
display: snap;
|
||||
display: flip;
|
||||
display: scale-down;
|
||||
display: from-image;
|
||||
display: repeating-linear-gradient(to bottom, yellow, blue);
|
||||
|
||||
Reference in New Issue
Block a user