remove duplicate values: pre-wrap and pre-line

This commit is contained in:
Kyo Nagashima
2012-08-05 18:21:49 +09:00
parent 91f42a2e09
commit baa8a8adf7
2 changed files with 0 additions and 3 deletions

View File

@@ -13,5 +13,4 @@ syn match cssTextAttr contained "\<each-line\>"
syn match cssTextAttr contained "\<inter-\(word\|ideograph\|cluster\)\>"
syn match cssTextAttr contained "\<preserve-breaks\>"
syn match cssTextAttr contained "\<full-\(width\|size-kana\)\>"
syn match cssTextAttr contained "\<pre-\(wrap\|line\)\>"
syn match cssTextAttr contained "\<break-\(all\|word\)\>"

View File

@@ -346,8 +346,6 @@
display: preserve-breaks;
display: full-width;
display: full-size-kana;
display: pre-wrap;
display: pre-line;
display: break-all;
display: break-word;
}