mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
6 lines
300 B
VimL
6 lines
300 B
VimL
" TODO: create cssDisplayProp group and cssDisplayAttr group
|
|
syn match cssFontProp contained "\<display-\(inside\|outside\|extras\|box\)\>"
|
|
syn keyword cssFontAttr contained contents
|
|
syn match cssFontAttr contained "\<\(block\|inline\)-level\>"
|
|
syn match cssFontAttr contained "\<inline-list-item\>"
|