mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Follow changes in: WD-css-overflow-3-20180731
See also: https://www.w3.org/TR/2018/WD-css-overflow-3-20180731/
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
|
syn keyword cssFontProp contained continue
|
||||||
|
syn match cssFontProp contained "\<block-overflow\>"
|
||||||
|
syn match cssFontProp contained "\<line-clamp\>"
|
||||||
syn match cssFontProp contained "\<max-lines\>"
|
syn match cssFontProp contained "\<max-lines\>"
|
||||||
|
syn match cssFontProp contained "\<overflow-\(block\|inline\)\>"
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
syn keyword cssFontProp contained continue
|
|
||||||
syn match cssFontProp contained "\<scrollbar-gutter\>"
|
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
|
||||||
|
|||||||
@@ -568,11 +568,15 @@ mask {
|
|||||||
|
|
||||||
.overflow-3 {
|
.overflow-3 {
|
||||||
max-lines: auto;
|
max-lines: auto;
|
||||||
|
block-overflow: auto;
|
||||||
|
line-clamp: auto;
|
||||||
|
continue: auto;
|
||||||
|
overflow-block: auto;
|
||||||
|
overflow-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overflow-4::nth-fragment(1) {
|
.overflow-4::nth-fragment(1) {
|
||||||
scrollbar-gutter: auto;
|
scrollbar-gutter: auto;
|
||||||
continue: auto;
|
|
||||||
display: stable;
|
display: stable;
|
||||||
display: force;
|
display: force;
|
||||||
display: overflow;
|
display: overflow;
|
||||||
|
|||||||
Reference in New Issue
Block a user