Set attributes. fix #218

This commit is contained in:
mattn
2014-07-18 13:13:54 +09:00
parent beeb159626
commit 0f45689b81

View File

@@ -213,6 +213,8 @@ function! emmet#lang#html#parseIntoTree(abbr, type)
endif
if len(ks) > 0
let current.attr[ks[0]] = atts
else
let current.attr[atts] = function('emmet#types#true')
endif
else
while len(atts)