add css3-align.vim

Syntax file for [CSS Box Alignment Module Level 3](http://www.w3.org/TR/css3-align/).
This commit is contained in:
Kyo Nagashima
2012-06-13 12:57:01 +09:00
parent 7ced5bde0f
commit e21e6ba326

View File

@@ -0,0 +1,5 @@
" TODO: create cssAnimationsProp group and cssAnimationsAttr group
syn match cssFontProp contained "\<\(justify\|align\)-\(self\|content\|items\)\>"
syn keyword cssFontAttr contained head foot true
syn match cssFontAttr contained "\<flex-\(start\|end\)\>"
syn match cssFontAttr contained "\<space-\(between\|around\)\>"