Skip to content

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

@jazei-AR

Description

@jazei-AR

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions