Add scroll-anchoring-1.vim

https://www.w3.org/TR/2020/WD-css-scroll-anchoring-1-20200211/
This commit is contained in:
Kyo Nagashima
2020-02-12 18:34:55 +09:00
parent 6253d1b746
commit f483738520
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
syn match cssFontProp contained "\<overflow-anchor\>"

View File

@@ -742,6 +742,10 @@ mask {
}
}
.scroll-anchoring-1 {
overflow-anchor: auto;
}
.scroll-snap-1 {
scroll-snap-type: auto;
scroll-padding: auto;