Skip to content

Commit 3497725

Browse files
committed
1 parent 000f042 commit 3497725

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

after/syntax/css/overflow-5.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
syn keyword cssFontProp contained scroll-marker-group
2+
syn keyword cssPseudoClassId contained scroll-marker-group scroll-marker target-current

test/test.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,12 @@ mask {
752752
display: fragments;
753753
}
754754

755+
.overflow-5::scroll-marker-group,
756+
.overflow-5::scroll-marker,
757+
.overflow-5:target-current {
758+
sroll-marker-group: auto;
759+
}
760+
755761
.overscroll-1 {
756762
overscroll-behavior: auto;
757763
overscroll-behavior-block: auto;

0 commit comments

Comments
 (0)