mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-08 03:24:45 +08:00
missing }
This commit is contained in:
@@ -1345,7 +1345,7 @@ let s:zen_settings = {
|
|||||||
\ 'html:5': "!!! 5\n"
|
\ 'html:5': "!!! 5\n"
|
||||||
\ ."%html{:lang => \"${lang}\"}\n"
|
\ ."%html{:lang => \"${lang}\"}\n"
|
||||||
\ ."\t%head\n"
|
\ ."\t%head\n"
|
||||||
\ ."\t\t%meta{:charset => \"${charset}\"\n"
|
\ ."\t\t%meta{:charset => \"${charset}\"}\n"
|
||||||
\ ."\t\t%title\n"
|
\ ."\t\t%title\n"
|
||||||
\ ."\t%body\n"
|
\ ."\t%body\n"
|
||||||
\ ."\t\t${child}|\n"
|
\ ."\t\t${child}|\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user