mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
Update animations-2.vim
https://www.w3.org/TR/2023/WD-css-animations-2-20230302/
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
syn keyword cssFontProp contained animation-composition animation-timeline
|
||||||
|
syn keyword cssFontAttr contained replace accumulate
|
||||||
|
|||||||
@@ -15,7 +15,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.animations-2 {
|
.animations-2 {
|
||||||
display: auto;
|
animation-composition: auto;
|
||||||
|
animation-timeline: auto;
|
||||||
|
display: replace;
|
||||||
|
display: accumulate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgrounds-3 {
|
.backgrounds-3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user