File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
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
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
Original file line number Diff line number Diff line change @@ -1166,6 +1166,7 @@ view {
1166
1166
text-spacing : auto;
1167
1167
word-boundary-detection : auto;
1168
1168
word-space-transform : auto;
1169
+ display : math-auto;
1169
1170
display : preserve-breaks;
1170
1171
display : preserve-spaces;
1171
1172
display : discard-inner;
@@ -1178,7 +1179,7 @@ view {
1178
1179
display : no-limit;
1179
1180
display : spread;
1180
1181
display : space-all;
1181
- display : trim-auto ;
1182
+ display : trim-both ;
1182
1183
display : space-first;
1183
1184
display : trim-all;
1184
1185
display : no-compress;
You can’t perform that action at this time.
0 commit comments