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 "\"