File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -1109,7 +1109,7 @@ view {
1109
1109
text-spacing-trim : auto;
1110
1110
text-spacing : auto;
1111
1111
word-boundary-detection : auto;
1112
- word-boundary-expansion : auto;
1112
+ word-space-transform : auto;
1113
1113
display : preserve-breaks;
1114
1114
display : preserve-spaces;
1115
1115
display : discard-inner;
@@ -1121,13 +1121,10 @@ view {
1121
1121
display : pre-wrap-auto;
1122
1122
display : no-limit;
1123
1123
display : spread;
1124
- display : trim-start ;
1125
- display : space-start ;
1124
+ display : space-all ;
1125
+ display : trim-auto ;
1126
1126
display : space-first;
1127
- display : trim-end;
1128
- display : space-end;
1129
- display : trim-adjacent;
1130
- display : space-adjacent;
1127
+ display : trim-all;
1131
1128
display : no-compress;
1132
1129
display : ideograph-alpha;
1133
1130
display : ideograph-numeric;
You can’t perform that action at this time.
0 commit comments