From 61bc815f2b33f38a132e2e3aa3846d9b092ad931 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 28 Apr 2023 18:33:00 +0900 Subject: [PATCH] Update scroll-animations-1.vim https://www.w3.org/TR/2023/WD-scroll-animations-1-20230428/ --- after/syntax/css/scroll-animations-1.vim | 4 ++-- test/test.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/after/syntax/css/scroll-animations-1.vim b/after/syntax/css/scroll-animations-1.vim index 27438ac..915cee6 100644 --- a/after/syntax/css/scroll-animations-1.vim +++ b/after/syntax/css/scroll-animations-1.vim @@ -1,2 +1,2 @@ -syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline animation-range animation-delay-start animation-delay-end -syn keyword cssFontAttr contained entry exit +syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline-attachment scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline-attachment view-timeline animation-range animation-delay-start animation-delay-end +syn keyword cssFontAttr contained entry exit defer ancestor diff --git a/test/test.css b/test/test.css index 2fc08f8..2467747 100644 --- a/test/test.css +++ b/test/test.css @@ -800,16 +800,20 @@ mask { .scroll-animations-1 { scroll-timeline-name: auto; scroll-timeline-axis: auto; + scroll-timeline-attachment: auto; scroll-timeline: auto; view-timeline-name: auto; view-timeline-axis: auto; view-timeline-inset: auto; + view-timeline-attachment: auto; view-timeline: auto; animation-range: auto; animation-delay-start: auto; animation-delay-end: auto; display: entry; display: exit; + display: defer; + display: ancestor; } .scroll-snap-1 {