follow WD-css3-align-20130514

This commit is contained in:
Kyo Nagashima
2013-05-27 02:09:00 +09:00
parent 564a79f18d
commit 1b7b41ccf8
2 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
" TODO: create cssAlignProp group and cssAlignAttr 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\)\>"
syn keyword cssFontAttr contained safe true
syn match cssFontAttr contained "\<\(self\|flex\)-\(start\|end\)\>"
syn match cssFontAttr contained "\<space-\(between\|around\|evenly\)\>"