From fa194bb63874a894b8c55b70048f82e98b9533af Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Thu, 24 Aug 2017 04:18:13 +0900 Subject: [PATCH] Follow changes in WD-css-text-3-20131010 See also: http://www.w3.org/TR/2013/WD-css-text-3-20131010/ --- after/syntax/css/css-text-3.vim | 3 ++- test/test.css | 3 ++- test/test.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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; }