From 43e817811d11eb851a1906f711414182d98445f2 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 30 May 2024 23:35:09 +0900 Subject: [PATCH] Update text-4.vim https://www.w3.org/TR/2024/WD-css-text-4-20240529/ --- after/syntax/css/text-4.vim | 2 +- test/test.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/after/syntax/css/text-4.vim b/after/syntax/css/text-4.vim index 5b06882..a5444a2 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 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-space-transform -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 space-all trim-auto space-first trim-all no-compress ideograph-alpha ideograph-numeric ideographic-space +syn keyword cssFontAttr contained math-auto spread punctuation preserve-breaks preserve-spaces discard-inner discard-before discard-after pretty avoid-line avoid-flex pre-wrap-auto no-limit space-all trim-both space-first trim-all no-compress ideograph-alpha ideograph-numeric ideographic-space diff --git a/test/test.css b/test/test.css index 70c6428..5ddeacb 100644 --- a/test/test.css +++ b/test/test.css @@ -1166,6 +1166,7 @@ view { text-spacing: auto; word-boundary-detection: auto; word-space-transform: auto; + display: math-auto; display: preserve-breaks; display: preserve-spaces; display: discard-inner; @@ -1178,7 +1179,7 @@ view { display: no-limit; display: spread; display: space-all; - display: trim-auto; + display: trim-both; display: space-first; display: trim-all; display: no-compress;