mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
5 lines
295 B
VimL
5 lines
295 B
VimL
" TODO: create cssFlexBoxProp group and cssFlexBoxAttr group
|
|
syn match cssFontProp contained "\<box-\(align\|direction\|flex\|flex-group\|lines\|ordinal-group\|orient\|pack\)\>"
|
|
syn keyword cssFontAttr contained stretch single multiple
|
|
syn match cssFontAttr contained "\<\(inline\|box\)-axis\>"
|