File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11syn 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 {
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;
You can’t perform that action at this time.
0 commit comments