Skip to content

Commit 60ff15a

Browse files
committed
1 parent 61bc815 commit 60ff15a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
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
1+
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 timeline-scope
22
syn keyword cssFontAttr contained entry exit defer ancestor

test/test.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,16 +800,15 @@ mask {
800800
.scroll-animations-1 {
801801
scroll-timeline-name: auto;
802802
scroll-timeline-axis: auto;
803-
scroll-timeline-attachment: auto;
804803
scroll-timeline: auto;
805804
view-timeline-name: auto;
806805
view-timeline-axis: auto;
807806
view-timeline-inset: auto;
808-
view-timeline-attachment: auto;
809807
view-timeline: auto;
810808
animation-range: auto;
811809
animation-delay-start: auto;
812810
animation-delay-end: auto;
811+
timeline-scope: auto;
813812
display: entry;
814813
display: exit;
815814
display: defer;

0 commit comments

Comments
 (0)