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