vim-polyglot/ftdetect/handlebars.vim
2013-09-12 17:34:37 +02:00

4 lines
197 B
VimL

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