diff --git a/after/syntax/css/css-text-3.vim b/after/syntax/css/css-text-3.vim index d775e1e..f14ac16 100644 --- a/after/syntax/css/css-text-3.vim +++ b/after/syntax/css/css-text-3.vim @@ -2,7 +2,8 @@ syn keyword cssTextProp contained hyphens syn match cssTextProp contained "\" syn match cssTextProp contained "\" syn match cssTextProp contained "\" -syn keyword cssTextAttr contained manual loose strict hanging +syn match cssTextProp contained "\" +syn keyword cssTextAttr contained manual loose strict hanging anywhere syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" diff --git a/test/test.css b/test/test.css index 012bee8..c07982a 100644 --- a/test/test.css +++ b/test/test.css @@ -746,9 +746,10 @@ line-break: loose; overflow-wrap: strict; tab-size: match-parent; - display: hanging; + text-align-all: hanging; display: each-line; display: full-width; + display: anywhere; } .text-4 { diff --git a/test/test.html b/test/test.html index d8bc0fd..a752d00 100644 --- a/test/test.html +++ b/test/test.html @@ -814,9 +814,10 @@ line-break: loose; overflow-wrap: strict; tab-size: match-parent; - display: hanging; + text-align-all: hanging; display: each-line; display: full-width; + display: anywhere; }