mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-27 05:00:26 +08:00
Add css-display-3.vim and test
See also: http://www.w3.org/TR/2014/WD-css-display-3-20140220/
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user