From f6f29b646c75f1247ded2b81652431d6a9613a7e Mon Sep 17 00:00:00 2001 From: Kyo Nagashima Date: Tue, 25 Jan 2011 18:40:01 +0900 Subject: [PATCH] add support for CSS3 Basic User Interface --- after/syntax/css/css3-properties.vim | 4 ---- after/syntax/css/css3-ui.vim | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 after/syntax/css/css3-ui.vim diff --git a/after/syntax/css/css3-properties.vim b/after/syntax/css/css3-properties.vim index 6b6cbd8..c36da93 100644 --- a/after/syntax/css/css3-properties.vim +++ b/after/syntax/css/css3-properties.vim @@ -8,8 +8,4 @@ syn keyword cssColorProp contained opacity syn match cssTextProp contained "\" syn match cssTextProp contained "\" -syn match cssBoxProp contained "\" -syn keyword cssBoxProp contained resize -syn match cssBoxProp contained "\" diff --git a/after/syntax/css/css3-ui.vim b/after/syntax/css/css3-ui.vim new file mode 100644 index 0000000..b1f5e8f --- /dev/null +++ b/after/syntax/css/css3-ui.vim @@ -0,0 +1,5 @@ +syn keyword cssUIProp contained appearance resize +syn match cssUIProp contained "\" +syn match cssUIProp contained "\"