mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-08 03:24:44 +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:
6
after/syntax/css/css-display-3.vim
Normal file
6
after/syntax/css/css-display-3.vim
Normal 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
|
||||
Reference in New Issue
Block a user