mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 10:44:23 +08:00
@@ -1,2 +1,2 @@
|
|||||||
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
|
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
|
||||||
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
|
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
|
||||||
|
|||||||
@@ -1109,7 +1109,7 @@ view {
|
|||||||
text-spacing-trim: auto;
|
text-spacing-trim: auto;
|
||||||
text-spacing: auto;
|
text-spacing: auto;
|
||||||
word-boundary-detection: auto;
|
word-boundary-detection: auto;
|
||||||
word-boundary-expansion: auto;
|
word-space-transform: auto;
|
||||||
display: preserve-breaks;
|
display: preserve-breaks;
|
||||||
display: preserve-spaces;
|
display: preserve-spaces;
|
||||||
display: discard-inner;
|
display: discard-inner;
|
||||||
@@ -1121,13 +1121,10 @@ view {
|
|||||||
display: pre-wrap-auto;
|
display: pre-wrap-auto;
|
||||||
display: no-limit;
|
display: no-limit;
|
||||||
display: spread;
|
display: spread;
|
||||||
display: trim-start;
|
display: space-all;
|
||||||
display: space-start;
|
display: trim-auto;
|
||||||
display: space-first;
|
display: space-first;
|
||||||
display: trim-end;
|
display: trim-all;
|
||||||
display: space-end;
|
|
||||||
display: trim-adjacent;
|
|
||||||
display: space-adjacent;
|
|
||||||
display: no-compress;
|
display: no-compress;
|
||||||
display: ideograph-alpha;
|
display: ideograph-alpha;
|
||||||
display: ideograph-numeric;
|
display: ideograph-numeric;
|
||||||
|
|||||||
Reference in New Issue
Block a user