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