Add handlebars templates support

This commit is contained in:
Adam Stankiewicz
2013-09-12 17:34:37 +02:00
parent 3bd6516123
commit 2ed8751feb
4 changed files with 109 additions and 0 deletions

3
ftdetect/handlebars.vim Normal file
View File

@@ -0,0 +1,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