forked from VimPlug/emmet-vim
Set attributes. fix #218
This commit is contained in:
@@ -213,6 +213,8 @@ function! emmet#lang#html#parseIntoTree(abbr, type)
|
|||||||
endif
|
endif
|
||||||
if len(ks) > 0
|
if len(ks) > 0
|
||||||
let current.attr[ks[0]] = atts
|
let current.attr[ks[0]] = atts
|
||||||
|
else
|
||||||
|
let current.attr[atts] = function('emmet#types#true')
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
while len(atts)
|
while len(atts)
|
||||||
|
|||||||
Reference in New Issue
Block a user