Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jazei-AR opened this issue May 12, 2024 · 0 comments
Open

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

jazei-AR opened this issue May 12, 2024 · 0 comments

Comments

@jazei-AR
Copy link

jazei-AR commented May 12, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant