From ed79b7a86b19be109268e9caf9bb927843a038cc Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 30 Mar 2023 19:13:33 +0900 Subject: [PATCH] Update text-4.vim https://www.w3.org/TR/2023/WD-css-text-4-20230329/ --- after/syntax/css/text-4.vim | 4 ++-- test/test.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/after/syntax/css/text-4.vim b/after/syntax/css/text-4.vim index 78e2e2e..81992a6 100644 --- a/after/syntax/css/text-4.vim +++ b/after/syntax/css/text-4.vim @@ -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 diff --git a/test/test.css b/test/test.css index 84b3197..0bc08f0 100644 --- a/test/test.css +++ b/test/test.css @@ -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;