mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
@@ -1,2 +1,2 @@
|
|||||||
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
|
syn keyword cssFontProp contained white-space-collapse 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 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
|
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
|
||||||
|
|||||||
@@ -1075,7 +1075,7 @@ view {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.text-4 {
|
.text-4 {
|
||||||
text-space-collapse: auto;
|
white-space-collapse: auto;
|
||||||
text-space-trim: auto;
|
text-space-trim: auto;
|
||||||
text-wrap: auto;
|
text-wrap: auto;
|
||||||
wrap-before: auto;
|
wrap-before: auto;
|
||||||
@@ -1088,6 +1088,8 @@ view {
|
|||||||
hyphenate-limit-last: auto;
|
hyphenate-limit-last: auto;
|
||||||
text-group-align: auto;
|
text-group-align: auto;
|
||||||
line-padding: auto;
|
line-padding: auto;
|
||||||
|
text-autospace: auto;
|
||||||
|
text-spacing-trim: auto;
|
||||||
text-spacing: auto;
|
text-spacing: auto;
|
||||||
word-boundary-detection: auto;
|
word-boundary-detection: auto;
|
||||||
word-boundary-expansion: auto;
|
word-boundary-expansion: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user