mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
follow WD-css3-flexbox-20120612
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
" TODO: create cssFlexboxProp group and cssFlexboxAttr group
|
||||
syn match cssFontProp contained "\<flex\(-\(align\|direction\|flow\|item-align\|line-pack\|order\|pack\|wrap\)\)\=\>"
|
||||
syn keyword cssFontAttr contained flexbox row wrap
|
||||
syn match cssFontAttr contained "\<inline-flexbox\>"
|
||||
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 region cssFunction contained matchgroup=cssFunctionName start="\<flex\s*(" end=")" oneline keepend
|
||||
|
||||
Reference in New Issue
Block a user