mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 12:04:46 +08:00
follow WD-css3-text-20121113
This commit is contained in:
@@ -2,7 +2,7 @@ syn match cssTextProp contained "\<hanging-punctuation\>"
|
|||||||
syn match cssTextProp contained "\<line-break\>"
|
syn match cssTextProp contained "\<line-break\>"
|
||||||
syn match cssTextProp contained "\<overflow-wrap\>"
|
syn match cssTextProp contained "\<overflow-wrap\>"
|
||||||
syn match cssTextProp contained "\<tab-size\>"
|
syn match cssTextProp contained "\<tab-size\>"
|
||||||
syn match cssTextProp contained "\<text-\(align-last\|autospace\|decoration\(-\(color\|line\|skip\|style\)\)\=\|emphasis\(-\(color\|position\|style\)\)\=\|justify\|shadow\|space-collapse\|underline-position\|wrap\)\>"
|
syn match cssTextProp contained "\<text-\(align-last\|autospace\|decoration\(-\(color\|line\|skip\|style\)\)\=\|emphasis\(-\(color\|position\|style\)\)\=\|justify\|shadow\|underline-position\)\>"
|
||||||
syn match cssTextProp contained "\<word-break\>"
|
syn match cssTextProp contained "\<word-break\>"
|
||||||
syn keyword cssTextAttr contained loose strict objects ink edges wavy filled dot triangle sesame hanging distribute kashida preserve alphabetic
|
syn keyword cssTextAttr contained loose strict objects ink edges wavy filled dot triangle sesame hanging distribute kashida preserve alphabetic
|
||||||
syn match cssTextAttr contained "\<\(allow\|force\)-end\>"
|
syn match cssTextAttr contained "\<\(allow\|force\)-end\>"
|
||||||
@@ -12,5 +12,5 @@ syn match cssTextAttr contained "\<double-circle\>"
|
|||||||
syn match cssTextAttr contained "\<each-line\>"
|
syn match cssTextAttr contained "\<each-line\>"
|
||||||
syn match cssTextAttr contained "\<inter-\(word\|ideograph\|cluster\)\>"
|
syn match cssTextAttr contained "\<inter-\(word\|ideograph\|cluster\)\>"
|
||||||
syn match cssTextAttr contained "\<preserve-breaks\>"
|
syn match cssTextAttr contained "\<preserve-breaks\>"
|
||||||
syn match cssTextAttr contained "\<full-\(width\|size-kana\)\>"
|
syn match cssTextAttr contained "\<full-width\>"
|
||||||
syn match cssTextAttr contained "\<break-\(all\|word\)\>"
|
syn match cssTextAttr contained "\<break-\(all\|word\)\>"
|
||||||
|
|||||||
@@ -389,9 +389,7 @@
|
|||||||
text-emphasis-style: preserve;
|
text-emphasis-style: preserve;
|
||||||
text-justify: alphabetic;
|
text-justify: alphabetic;
|
||||||
text-shadow: allow-end;
|
text-shadow: allow-end;
|
||||||
text-space-collapse: force-end;
|
|
||||||
text-underline-position: keep-all;
|
text-underline-position: keep-all;
|
||||||
text-wrap: match-parent;
|
|
||||||
word-break: double-circle;
|
word-break: double-circle;
|
||||||
display: each-line;
|
display: each-line;
|
||||||
display: inter-word;
|
display: inter-word;
|
||||||
|
|||||||
Reference in New Issue
Block a user