From 7e21ed50d2cae9584e411e4321c66065a49b67fe Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Mon, 27 May 2013 00:19:23 +0900 Subject: [PATCH] follow WD-css3-text-20121113 --- after/syntax/css/css3-text.vim | 4 ++-- test/test.css | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/after/syntax/css/css3-text.vim b/after/syntax/css/css3-text.vim index af938db..145e075 100644 --- a/after/syntax/css/css3-text.vim +++ b/after/syntax/css/css3-text.vim @@ -2,7 +2,7 @@ syn match cssTextProp contained "\" syn match cssTextProp contained "\" syn match cssTextProp contained "\" syn match cssTextProp contained "\" -syn match cssTextProp contained "\" +syn match cssTextProp contained "\" syn match cssTextProp contained "\" syn keyword cssTextAttr contained loose strict objects ink edges wavy filled dot triangle sesame hanging distribute kashida preserve alphabetic syn match cssTextAttr contained "\<\(allow\|force\)-end\>" @@ -12,5 +12,5 @@ syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" syn match cssTextAttr contained "\" 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 1106061..09a5acc 100644 --- a/test/test.css +++ b/test/test.css @@ -389,9 +389,7 @@ text-emphasis-style: preserve; text-justify: alphabetic; text-shadow: allow-end; - text-space-collapse: force-end; text-underline-position: keep-all; - text-wrap: match-parent; word-break: double-circle; display: each-line; display: inter-word;