mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-08-12 02:42:27 +08:00
Add scrollbars-1.vim
https://www.w3.org/TR/2018/WD-css-scrollbars-1-20180925/
This commit is contained in:
@@ -0,0 +1 @@
|
||||
syn match cssFontProp contained "\<scrollbar-\(color\|width\)\>"
|
||||
@@ -786,6 +786,11 @@ mask {
|
||||
display: proximity;
|
||||
}
|
||||
|
||||
.scrollbars-1 {
|
||||
scrollbar-color: auto;
|
||||
scrollbar-width: auto;
|
||||
}
|
||||
|
||||
.selectors-3:enabled,
|
||||
.selectors-3:indeterminate,
|
||||
.selectors-3:nth-child(2n+1),
|
||||
|
||||
Reference in New Issue
Block a user