mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +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 "\<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\|size-kana\)\>"
|
||||||
syn match cssTextAttr contained "\<pre-\(wrap\|line\)\>"
|
|
||||||
syn match cssTextAttr contained "\<break-\(all\|word\)\>"
|
syn match cssTextAttr contained "\<break-\(all\|word\)\>"
|
||||||
|
|||||||
@@ -346,8 +346,6 @@
|
|||||||
display: preserve-breaks;
|
display: preserve-breaks;
|
||||||
display: full-width;
|
display: full-width;
|
||||||
display: full-size-kana;
|
display: full-size-kana;
|
||||||
display: pre-wrap;
|
|
||||||
display: pre-line;
|
|
||||||
display: break-all;
|
display: break-all;
|
||||||
display: break-word;
|
display: break-word;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user