Skip to content

Commit 9aaa434

Browse files
committed
1 parent e20dc61 commit 9aaa434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

after/syntax/css/text-4.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
syn keyword cssFontProp contained text-space-collapse text-space-trim text-wrap 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 trim-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
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

test/test.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ view {
10861086
word-boundary-expansion: auto;
10871087
display: preserve-breaks;
10881088
display: preserve-spaces;
1089-
display: trim-inner;
1089+
display: discard-inner;
10901090
display: discard-before;
10911091
display: discard-after;
10921092
display: avoid-line;

0 commit comments

Comments
 (0)