mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-07 19:24:27 +08:00
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