Created
June 5, 2015 09:25
-
-
Save thewinger/7c71b03fb66414a929f2 to your computer and use it in GitHub Desktop.
HTML:5 Snippet for emmet.vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\ '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>", | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fragmento a añadir a ~/.vim/bundle/emmet-vim/autoload/emmet.vim