mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
Add overflow-5.vim
https://www.w3.org/TR/2024/WD-css-overflow-5-20241217/
This commit is contained in:
2
after/syntax/css/overflow-5.vim
Normal file
2
after/syntax/css/overflow-5.vim
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
syn keyword cssFontProp contained scroll-marker-group
|
||||||
|
syn keyword cssPseudoClassId contained scroll-marker-group scroll-marker target-current
|
||||||
@@ -752,6 +752,12 @@ mask {
|
|||||||
display: fragments;
|
display: fragments;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.overflow-5::scroll-marker-group,
|
||||||
|
.overflow-5::scroll-marker,
|
||||||
|
.overflow-5:target-current {
|
||||||
|
sroll-marker-group: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.overscroll-1 {
|
.overscroll-1 {
|
||||||
overscroll-behavior: auto;
|
overscroll-behavior: auto;
|
||||||
overscroll-behavior-block: auto;
|
overscroll-behavior-block: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user