Skip to content

Commit 3bc2e59

Browse files
committed
1 parent 30ef43a commit 3bc2e59

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

after/syntax/css/text-4.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
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
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 trim-start trim-end trim-adjacent space-start space-end space-adjacent space-first no-compress ideograph-alpha ideograph-numeric ideographic-space
1+
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

test/test.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ view {
11091109
text-spacing-trim: auto;
11101110
text-spacing: auto;
11111111
word-boundary-detection: auto;
1112-
word-boundary-expansion: auto;
1112+
word-space-transform: auto;
11131113
display: preserve-breaks;
11141114
display: preserve-spaces;
11151115
display: discard-inner;
@@ -1121,13 +1121,10 @@ view {
11211121
display: pre-wrap-auto;
11221122
display: no-limit;
11231123
display: spread;
1124-
display: trim-start;
1125-
display: space-start;
1124+
display: space-all;
1125+
display: trim-auto;
11261126
display: space-first;
1127-
display: trim-end;
1128-
display: space-end;
1129-
display: trim-adjacent;
1130-
display: space-adjacent;
1127+
display: trim-all;
11311128
display: no-compress;
11321129
display: ideograph-alpha;
11331130
display: ideograph-numeric;

0 commit comments

Comments
 (0)