mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-23 03:24:25 +08:00
Add image-animation-1.vim
https://www.w3.org/TR/2026/WD-css-image-animation-1-20260409/
This commit is contained in:
3
after/syntax/css/image-animation-1.vim
Normal file
3
after/syntax/css/image-animation-1.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
syn keyword cssFontProp contained image-animation
|
||||
syn keyword cssFontAttr contained stopped
|
||||
syn keyword cssPseudoClassId contained animated-image
|
||||
@@ -683,6 +683,11 @@ template {
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.image-animation-1:animated-image {
|
||||
image-animation: auto;
|
||||
display: stopped;
|
||||
}
|
||||
|
||||
.images-3 {
|
||||
image-orientation: auto;
|
||||
display: snap;
|
||||
|
||||
Reference in New Issue
Block a user