vim-polyglot/ftdetect/handlebars.vim

4 lines
197 B
VimL
Raw Normal View History

2013-09-12 17:34:37 +02:00
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