Files
vim-css3-syntax/after/syntax/css/css3-align.vim
Kyo Nagashima e21e6ba326 add css3-align.vim
Syntax file for [CSS Box Alignment Module Level 3](http://www.w3.org/TR/css3-align/).
2012-06-13 12:57:39 +09:00

6 lines
320 B
VimL

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