add missing word-wrap property

This commit is contained in:
Kyo Nagashima
2013-06-16 22:07:29 +09:00
parent 0a1d9ccc1b
commit e71446798b
3 changed files with 3 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ HISTORY
* Add CSS Shapes Module Level 1 features
* Follow spec updates
* Add missing properties
### v0.7

View File

@@ -1,6 +1,6 @@
syn match cssTextProp contained "\<hanging-punctuation\>"
syn match cssTextProp contained "\<line-break\>"
syn match cssTextProp contained "\<overflow-wrap\>"
syn match cssTextProp contained "\<\(word\|overflow\)-wrap\>"
syn match cssTextProp contained "\<tab-size\>"
syn match cssTextProp contained "\<text-\(align-last\|autospace\|justify\|shadow\|underline-position\)\>"
syn match cssTextProp contained "\<word-break\>"

View File

@@ -412,6 +412,7 @@
.text {
hanging-punctuation: loose;
line-break: strict;
word-wrap: auto;
overflow-wrap: hanging;
tab-size: distribute;
text-align-last: kashida;