blob: 45198d66121d318ac0f6616ef8c677bb3d14aace (
plain) (
blame)
1
2
3
|
if has("autocmd")
au BufNewFile,BufRead *.{handlebars,hb,hbs,hbt}{,.erb} set ft=html syntax=handlebars | runtime! ftplugin/handlebars.vim ftplugin/handlebars*.vim ftplugin/handlebars/*.vim
endif
|