mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
@@ -3,6 +3,7 @@ syn match cssTextProp contained "\<text-\(wrap\|spacing\|group-align\)\>"
|
|||||||
syn match cssTextProp contained "\<wrap-\(before\|after\|inside\)\>"
|
syn match cssTextProp contained "\<wrap-\(before\|after\|inside\)\>"
|
||||||
syn match cssTextProp contained "\<hyphenate-\(character\|limit-\(zone\|chars\|lines\|last\)\)\>"
|
syn match cssTextProp contained "\<hyphenate-\(character\|limit-\(zone\|chars\|lines\|last\)\)\>"
|
||||||
syn match cssTextProp contained "\<line-padding\>"
|
syn match cssTextProp contained "\<line-padding\>"
|
||||||
|
syn match cssTextProp contained "\<word-boundary-\(detection\|expansion\)\>"
|
||||||
syn keyword cssTextAttr contained spread punctuation
|
syn keyword cssTextAttr contained spread punctuation
|
||||||
syn match cssTextAttr contained "\<preserve-\(breaks\|spaces\)\>"
|
syn match cssTextAttr contained "\<preserve-\(breaks\|spaces\)\>"
|
||||||
syn match cssTextAttr contained "\<trim-inner\>"
|
syn match cssTextAttr contained "\<trim-inner\>"
|
||||||
@@ -14,3 +15,4 @@ syn match cssTextAttr contained "\<\(trim\|space\)-\(start\|end\|adjacent\)\>"
|
|||||||
syn match cssTextAttr contained "\<space-first\>"
|
syn match cssTextAttr contained "\<space-first\>"
|
||||||
syn match cssTextAttr contained "\<no-compress\>"
|
syn match cssTextAttr contained "\<no-compress\>"
|
||||||
syn match cssTextAttr contained "\<ideograph-\(alpha\|numeric\)\>"
|
syn match cssTextAttr contained "\<ideograph-\(alpha\|numeric\)\>"
|
||||||
|
syn match cssTextAttr contained "\<ideographic-space\>"
|
||||||
|
|||||||
@@ -1074,6 +1074,8 @@ view {
|
|||||||
text-group-align: auto;
|
text-group-align: auto;
|
||||||
line-padding: auto;
|
line-padding: auto;
|
||||||
text-spacing: auto;
|
text-spacing: auto;
|
||||||
|
word-boundary-detection: auto;
|
||||||
|
word-boundary-expansion: auto;
|
||||||
display: preserve-breaks;
|
display: preserve-breaks;
|
||||||
display: preserve-spaces;
|
display: preserve-spaces;
|
||||||
display: trim-inner;
|
display: trim-inner;
|
||||||
@@ -1095,6 +1097,7 @@ view {
|
|||||||
display: ideograph-alpha;
|
display: ideograph-alpha;
|
||||||
display: ideograph-numeric;
|
display: ideograph-numeric;
|
||||||
display: punctuation;
|
display: punctuation;
|
||||||
|
display: ideographic-space;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-decor-3 {
|
.text-decor-3 {
|
||||||
|
|||||||
Reference in New Issue
Block a user