mirror of
https://github.com/mattn/emmet-vim.git
synced 2026-08-12 02:42:48 +08:00
Remove blank line
This commit is contained in:
@@ -494,7 +494,6 @@ finish
|
|||||||
'query': "a[title=$#]{foo}",
|
'query': "a[title=$#]{foo}",
|
||||||
'result': "<a href=\"\" title=\"foo\">foo</a>\n",
|
'result': "<a href=\"\" title=\"foo\">foo</a>\n",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
'query': "span.item$*2>{item $}",
|
'query': "span.item$*2>{item $}",
|
||||||
'result': "<span class=\"item1\">item 1</span>\n<span class=\"item2\">item 2</span>\n",
|
'result': "<span class=\"item1\">item 1</span>\n<span class=\"item2\">item 2</span>\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user