From 1be3fc610df3307f3835d8492df04cc37763dc18 Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Fri, 4 May 2012 11:59:55 +0900 Subject: [PATCH] follow WD-css3-writing-modes-20120501 --- after/syntax/css/css3-writing-modes.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/after/syntax/css/css3-writing-modes.vim b/after/syntax/css/css3-writing-modes.vim index 5344d7b..2a7d147 100644 --- a/after/syntax/css/css3-writing-modes.vim +++ b/after/syntax/css/css3-writing-modes.vim @@ -1,9 +1,8 @@ " TODO: create cssWritingModeProp group and cssWritingModeAttr group syn match cssFontProp contained "\" syn match cssFontProp contained "\" -syn keyword cssFontAttr contained before after alpha latin alphanumeric isolate plaintext +syn keyword cssFontAttr contained before after numeric digits alpha latin alphanumeric isolate plaintext syn match cssFontAttr contained "\<\(\(min\|max\|fit\)-content\|fill-available\)\>" -syn match cssFontAttr contained "\" syn match cssFontAttr contained "\<\(\(no-\)\=compress\|use-glyphs\)\>" -syn match cssFontAttr contained "\<\(upright\(-right\)\=\|sideways\(-right\|-left\)\=\|use-glyph-orientation\)\>" +syn match cssFontAttr contained "\<\(mixed-right\|upright\|sideways\(-right\|-left\)\=\|use-glyph-orientation\)\>" syn match cssFontAttr contained "\<\(horizontal-tb\|vertical-\(rl\|lr\)\)\>"