From 9a24ae3c6f8353c95057c595d9008e85daa85e95 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Tue, 22 Mar 2022 08:01:24 +0900 Subject: [PATCH] Update text-4.vim https://www.w3.org/TR/2022/WD-css-text-4-20220318/ --- after/syntax/css/text-4.vim | 2 ++ test/test.css | 3 +++ 2 files changed, 5 insertions(+) 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 {