From b27f324d6df3e938354a6b2946f99d7d8d0ab909 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Sat, 4 Mar 2023 07:36:18 +0900 Subject: [PATCH] Update animations-2.vim https://www.w3.org/TR/2023/WD-css-animations-2-20230302/ --- after/syntax/css/animations-2.vim | 2 ++ test/test.css | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/after/syntax/css/animations-2.vim b/after/syntax/css/animations-2.vim index e69de29..dc597b7 100644 --- a/after/syntax/css/animations-2.vim +++ b/after/syntax/css/animations-2.vim @@ -0,0 +1,2 @@ +syn keyword cssFontProp contained animation-composition animation-timeline +syn keyword cssFontAttr contained replace accumulate diff --git a/test/test.css b/test/test.css index 1075dea..04b80e8 100644 --- a/test/test.css +++ b/test/test.css @@ -15,7 +15,10 @@ } .animations-2 { - display: auto; + animation-composition: auto; + animation-timeline: auto; + display: replace; + display: accumulate; } .backgrounds-3 {