diff --git a/after/syntax/css/text-4.vim b/after/syntax/css/text-4.vim index df3d9bf..062b8eb 100644 --- a/after/syntax/css/text-4.vim +++ b/after/syntax/css/text-4.vim @@ -3,6 +3,7 @@ syn match cssTextProp contained "\" syn match cssTextProp contained "\" syn match cssTextProp contained "\" syn match cssTextProp contained "\" +syn match cssTextProp contained "\" syn keyword cssTextAttr contained spread punctuation syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" @@ -14,3 +15,4 @@ syn match cssTextAttr contained "\<\(trim\|space\)-\(start\|end\|adjacent\)\>" syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" +syn match cssTextAttr contained "\" diff --git a/test/test.css b/test/test.css index b1b7440..275aee6 100644 --- a/test/test.css +++ b/test/test.css @@ -1074,6 +1074,8 @@ view { text-group-align: auto; line-padding: auto; text-spacing: auto; + word-boundary-detection: auto; + word-boundary-expansion: auto; display: preserve-breaks; display: preserve-spaces; display: trim-inner; @@ -1095,6 +1097,7 @@ view { display: ideograph-alpha; display: ideograph-numeric; display: punctuation; + display: ideographic-space; } .text-decor-3 {