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:
Kyo Nagashima
2014-02-21 10:42:13 +09:00
parent 67029001ef
commit 9b9dfb7f3b
5 changed files with 22 additions and 0 deletions

View File

@@ -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