Skip to content

Commit ed79b7a

Browse files
committed
1 parent 0a0b8de commit ed79b7a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 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 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-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

test/test.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ view {
10891089

10901090
.text-4 {
10911091
white-space-collapse: auto;
1092-
text-space-trim: auto;
1092+
white-space-trim: auto;
10931093
text-wrap: auto;
10941094
wrap-before: auto;
10951095
wrap-after: auto;
@@ -1111,6 +1111,7 @@ view {
11111111
display: discard-inner;
11121112
display: discard-before;
11131113
display: discard-after;
1114+
display: pretty;
11141115
display: avoid-line;
11151116
display: avoid-flex;
11161117
display: pre-wrap-auto;

0 commit comments

Comments
 (0)