follow WD-css3-text-20121113

This commit is contained in:
Kyo Nagashima
2013-05-27 00:19:23 +09:00
parent 8695044efb
commit 7e21ed50d2
2 changed files with 2 additions and 4 deletions

View File

@@ -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\)\>"

View File

@@ -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;