We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000f042 commit 3497725Copy full SHA for 3497725
after/syntax/css/overflow-5.vim
@@ -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
@@ -752,6 +752,12 @@ mask {
752
display: fragments;
753
}
754
755
+.overflow-5::scroll-marker-group,
756
+.overflow-5::scroll-marker,
757
+.overflow-5:target-current {
758
+ sroll-marker-group: auto;
759
+}
760
+
761
.overscroll-1 {
762
overscroll-behavior: auto;
763
overscroll-behavior-block: auto;
0 commit comments