mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
remove duplicate values: pre-wrap and pre-line
This commit is contained in:
@@ -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\)\>"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user