mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
8 lines
401 B
VimL
8 lines
401 B
VimL
" TODO: create cssFlexboxProp group and cssFlexboxAttr group
|
|
syn keyword cssFontProp order
|
|
syn match cssFontProp contained "\<flex\(-\(basis\|direction\|flow\|grow\|shrink\|wrap\)\)\=\>"
|
|
syn keyword cssFontAttr contained flex row wrap
|
|
syn match cssFontAttr contained "\<inline-flex\>"
|
|
syn match cssFontAttr contained "\<\(row\|column\|wrap\)-reverse\>"
|
|
syn match cssFontAttr contained "\<main-size\>"
|