mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
Add overscroll-1.vim
https://www.w3.org/TR/2019/WD-css-overscroll-1-20190606/
This commit is contained in:
1
after/syntax/css/overscroll-1.vim
Normal file
1
after/syntax/css/overscroll-1.vim
Normal file
@@ -0,0 +1 @@
|
||||
syn match cssFontProp contained "\<overscroll-behavior\(-\(block\|inline\|x\|y\)\)\=\>"
|
||||
@@ -612,6 +612,14 @@ mask {
|
||||
display: fragments;
|
||||
}
|
||||
|
||||
.overscroll-1 {
|
||||
overscroll-behavior: auto;
|
||||
overscroll-behavior-block: auto;
|
||||
overscroll-behavior-inline: auto;
|
||||
overscroll-behavior-x: auto;
|
||||
overscroll-behavior-y: auto;
|
||||
}
|
||||
|
||||
.page-3 {
|
||||
marks: auto;
|
||||
bleed: auto;
|
||||
|
||||
Reference in New Issue
Block a user