Skip to content

Instantly share code, notes, and snippets.

@thewinger
Created June 5, 2015 09:25
Show Gist options
  • Save thewinger/7c71b03fb66414a929f2 to your computer and use it in GitHub Desktop.
Save thewinger/7c71b03fb66414a929f2 to your computer and use it in GitHub Desktop.
HTML:5 Snippet for emmet.vim
\ 'html:5': "<!DOCTYPE html>\n"
\ ."<html lang=\"${lang}\">\n"
\ ."<head>\n"
\ ."\t<meta charset=\"${charset}\">\n"
\ ."\t<title></title>\n"
\ ."\t<link rel=\"stylesheet\" src=\"css/main.css\">\n"
\ ."\t<meta name=\"description\" content=\"\">\n"
\ ."\t<meta name=\"keywords\" content=\"\">\n"
\ ."</head>\n"
\ ."<body>\n\t${child}|\n</body>\n"
\ ."</html>",
@thewinger
Copy link
Author

Fragmento a añadir a ~/.vim/bundle/emmet-vim/autoload/emmet.vim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment