mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
6 lines
320 B
VimL
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\)\>"
|