mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Update overflow-3.vim
https://www.w3.org/TR/2021/WD-css-overflow-3-20211202/
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
syn keyword cssFontProp contained continue
|
syn keyword cssFontProp contained continue
|
||||||
syn match cssFontProp contained "\<overflow-\(clip-margin\|block\|inline\)\>"
|
syn match cssFontProp contained "\<overflow-\(clip-margin\|block\|inline\)\>"
|
||||||
|
syn match cssFontProp contained "\<scrollbar-gutter\>"
|
||||||
syn match cssFontProp contained "\<block-ellipsis\>"
|
syn match cssFontProp contained "\<block-ellipsis\>"
|
||||||
syn match cssFontProp contained "\<line-clamp\>"
|
syn match cssFontProp contained "\<line-clamp\>"
|
||||||
syn match cssFontProp contained "\<max-lines\>"
|
syn match cssFontProp contained "\<max-lines\>"
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
syn match cssFontProp contained "\<scrollbar-gutter\>"
|
|
||||||
syn keyword cssFontAttr contained stable force overflow paginate fragments
|
syn keyword cssFontAttr contained stable force overflow paginate fragments
|
||||||
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(nth-fragment\)(" end=")" oneline
|
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(nth-fragment\)(" end=")" oneline
|
||||||
|
|||||||
@@ -629,6 +629,7 @@ mask {
|
|||||||
overflow-clip-margin: auto;
|
overflow-clip-margin: auto;
|
||||||
overflow-block: auto;
|
overflow-block: auto;
|
||||||
overflow-inline: auto;
|
overflow-inline: auto;
|
||||||
|
scrollbar-gutter: auto;
|
||||||
block-ellipsis: auto;
|
block-ellipsis: auto;
|
||||||
line-clamp: auto;
|
line-clamp: auto;
|
||||||
max-lines: auto;
|
max-lines: auto;
|
||||||
@@ -636,7 +637,6 @@ mask {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.overflow-4::nth-fragment(1) {
|
.overflow-4::nth-fragment(1) {
|
||||||
scrollbar-gutter: auto;
|
|
||||||
display: stable;
|
display: stable;
|
||||||
display: force;
|
display: force;
|
||||||
display: overflow;
|
display: overflow;
|
||||||
|
|||||||
Reference in New Issue
Block a user