Update overflow-3.vim

https://www.w3.org/TR/2021/WD-css-overflow-3-20211202/
This commit is contained in:
Kyo Nagashima
2021-12-03 07:28:50 +09:00
parent 851fad4f69
commit 13469ac58b
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
syn keyword cssFontProp contained continue
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 "\<line-clamp\>"
syn match cssFontProp contained "\<max-lines\>"

View File

@@ -1,3 +1,2 @@
syn match cssFontProp contained "\<scrollbar-gutter\>"
syn keyword cssFontAttr contained stable force overflow paginate fragments
syn region cssPseudoClassLang matchgroup=cssPseudoClassId start=":\(nth-fragment\)(" end=")" oneline