From 17a022b528b8ff328e798965a98f51324689e5f7 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 23 Feb 2023 07:56:14 +0900 Subject: [PATCH] Add animations-2.vim https://www.w3.org/TR/2023/WD-web-animations-2-20230221/ --- after/syntax/css/animations-2.vim | 0 test/test.css | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 after/syntax/css/animations-2.vim diff --git a/after/syntax/css/animations-2.vim b/after/syntax/css/animations-2.vim new file mode 100644 index 0000000..e69de29 diff --git a/test/test.css b/test/test.css index a663542..5fd5013 100644 --- a/test/test.css +++ b/test/test.css @@ -14,6 +14,10 @@ display: auto; } +.animations-2 { + display: auto; +} + .backgrounds-3 { display: auto; }