forked from VimPlug/emmet-vim
@@ -291,6 +291,8 @@ function! emmet#lang#html#parseIntoTree(abbr, type) abort
|
|||||||
endif
|
endif
|
||||||
if len(ks) > 0
|
if len(ks) > 0
|
||||||
let current.attr[ks[0]] = atts
|
let current.attr[ks[0]] = atts
|
||||||
|
elseif atts =~# '\.$'
|
||||||
|
let current.attr[atts[:-2]] = function('emmet#types#true')
|
||||||
else
|
else
|
||||||
let current.attr[atts] = ''
|
let current.attr[atts] = ''
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user