Skip to content

Commit 43e8178

Browse files
committedMay 30, 2024
1 parent d79ca2f commit 43e8178

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎after/syntax/css/text-4.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
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
2-
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
2+
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

‎test/test.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,7 @@ view {
11661166
text-spacing: auto;
11671167
word-boundary-detection: auto;
11681168
word-space-transform: auto;
1169+
display: math-auto;
11691170
display: preserve-breaks;
11701171
display: preserve-spaces;
11711172
display: discard-inner;
@@ -1178,7 +1179,7 @@ view {
11781179
display: no-limit;
11791180
display: spread;
11801181
display: space-all;
1181-
display: trim-auto;
1182+
display: trim-both;
11821183
display: space-first;
11831184
display: trim-all;
11841185
display: no-compress;

0 commit comments

Comments
 (0)
Please sign in to comment.