forked from VimPlug/emmet-vim
fix parsing #{{foo}} and .{{bar}}
This commit is contained in:
@@ -406,6 +406,12 @@ finish
|
||||
'type': "html",
|
||||
'result': "<a rel=\"\" href=\"\" title=\"Hello', world\"></a>\n",
|
||||
},
|
||||
{
|
||||
'name': "div>a#foo{bar}",
|
||||
'query': "div>a#foo{bar}",
|
||||
'type': "html",
|
||||
'result': "<div>\n\t<a id=\"foo\" href=\"\">bar</a>\n</div>\n",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user