mattn / emmet-vim

emmet for vim: http://emmet.io/

Home Page:http://mattn.github.io/emmet-vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is missing? I put in vimrc emmet code and nothing...

jazei-AR opened this issue · comments

Hi, I paste in vimrc the code:
let g:user_emmet_settings = {
\ 'variables' : {
\ 'lang' : "es-AR",
\ },'snippets': {
\ 'html:5': "\n"
\ ."<html lang="${lang}">\n"
\ ."\n"
\ ."\t<meta charset="${charset}">\n"
\ ."\t<title></title>\n"
\ ."\t<meta name="viewport" content="width=device-width, initial-scale=1.0">\n"
\ ."\n"
\ ."\n\t${child}|\n\n"
\ ."",
\ },
}

but nothing change: the html is output in this way:
!DOCTYPE html>
html lang="es-AR">
head>

<title></title>
/head>
body>

/body>

Edited for show tags.

without meta viewport!

need anything more? snippet missing?

thank you and regards!