mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 19:24:25 +08:00
7 lines
284 B
VimL
7 lines
284 B
VimL
if !hlexists('cssDisplayProp')
|
|
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\>"
|
|
endif
|