Add css-will-change-1.vim and test

See Also: http://www.w3.org/TR/2014/WD-css-will-change-1-20140429/
This commit is contained in:
Kyo Nagashima
2014-04-30 08:46:34 +09:00
parent d452be0885
commit b19fbc8f33
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
" TODO: create cssWillChangeProp group and cssWillChangeAttr group
syn match cssFontProp contained "\<will-change\>"
syn match cssFontAttr contained "\<scroll-position\>"

View File

@@ -43,5 +43,6 @@ syn include @htmlCss syntax/css/css-shapes-1.vim
syn include @htmlCss syntax/css/css-text-3.vim
syn include @htmlCss syntax/css/css-text-decor-3.vim
syn include @htmlCss syntax/css/css-variables.vim
syn include @htmlCss syntax/css/css-will-change-1.vim
syn include @htmlCss syntax/css/css-writing-modes-3.vim
syn include @htmlCss syntax/css/selectors4.vim