Update text-4.vim

https://www.w3.org/TR/2023/WD-css-text-4-20230329/
This commit is contained in:
Kyo Nagashima
2023-03-30 19:13:33 +09:00
parent 0a0b8ded19
commit ed79b7a86b
2 changed files with 4 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
syn keyword cssFontProp contained white-space-collapse text-space-trim text-wrap text-autospace text-spacing-trim text-spacing text-group-align wrap-before wrap-after wrap-inside hyphenate-character hyphenate-limit-zone hyphenate-limit-chars hyphenate-limit-lines hyphenate-limit-last line-padding word-boundary-detection word-boundary-expansion
syn keyword cssFontAttr contained spread punctuation preserve-breaks preserve-spaces discard-inner discard-before discard-after avoid-line avoid-flex pre-wrap-auto no-limit trim-start trim-end trim-adjacent space-start space-end space-adjacent space-first no-compress ideograph-alpha ideograph-numeric ideographic-space
syn keyword cssFontProp contained white-space-collapse white-space-trim text-space-trim text-wrap text-autospace text-spacing-trim text-spacing text-group-align wrap-before wrap-after wrap-inside hyphenate-character hyphenate-limit-zone hyphenate-limit-chars hyphenate-limit-lines hyphenate-limit-last line-padding word-boundary-detection word-boundary-expansion
syn keyword cssFontAttr contained spread punctuation preserve-breaks preserve-spaces discard-inner discard-before discard-after pretty avoid-line avoid-flex pre-wrap-auto no-limit trim-start trim-end trim-adjacent space-start space-end space-adjacent space-first no-compress ideograph-alpha ideograph-numeric ideographic-space

View File

@@ -1089,7 +1089,7 @@ view {
.text-4 {
white-space-collapse: auto;
text-space-trim: auto;
white-space-trim: auto;
text-wrap: auto;
wrap-before: auto;
wrap-after: auto;
@@ -1111,6 +1111,7 @@ view {
display: discard-inner;
display: discard-before;
display: discard-after;
display: pretty;
display: avoid-line;
display: avoid-flex;
display: pre-wrap-auto;