mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 05:53:50 -05:00
Add handlebars templates support
This commit is contained in:
3
ftdetect/handlebars.vim
Normal file
3
ftdetect/handlebars.vim
Normal 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
|
||||
Reference in New Issue
Block a user