mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-06 18:54:25 +08:00
add support for CSS3 Flexible Box Layout
This commit is contained in:
4
after/syntax/css/css3-flexbox.vim
Normal file
4
after/syntax/css/css3-flexbox.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
" 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\>"
|
||||
Reference in New Issue
Block a user