Skip to content

Instantly share code, notes, and snippets.

@boxnos
Created June 3, 2013 13:12
Show Gist options
  • Select an option

  • Save boxnos/5698063 to your computer and use it in GitHub Desktop.

Select an option

Save boxnos/5698063 to your computer and use it in GitHub Desktop.
とりあえず、こんな感じで。
NeoBundle 'mattn/zencoding-vim'
let g:user_zen_settings = {
\ 'indentation' : " ",
\ 'lang' : 'ja',
\ 'html' : {
\ 'filters' : 'html',
\ 'snippets' : {
\ 'html:5': "<!DOCTYPE html>\n"
\ ."<html lang=\"${lang}\">\n"
\ ."\t<head>\n"
\ ."\t\t<meta charset=\"${charset}\" />\n"
\ ."\t\t<title></title>\n"
\ ."\t</head>\n"
\ ."\t<body>\n"
\ ."\t\t${child}|\n"
\ ."\t</body>\n"
\ ."</html>"
\ }
\ }
\}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment