mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-09 03:54:46 +08:00
See also: http://www.w3.org/TR/2014/WD-css-flexbox-1-20140325/ This change is for spec name change.
7 lines
353 B
VimL
7 lines
353 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\>"
|