Skip to content

Commit

Permalink
Merge pull request #32 from mverteuil/hdbs-suffix
Browse files Browse the repository at this point in the history
Added 'hdbs' to recognized Handlebars suffices
  • Loading branch information
jsit authored Jul 16, 2019
2 parents 0d89595 + 07e2391 commit 014d37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftdetect/mustache.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if has("autocmd")
au BufNewFile,BufRead *.mustache,*.hogan,*.hulk,*.hjs set filetype=html.mustache syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache*.vim ftplugin/mustache/*.vim
au BufNewFile,BufRead *.handlebars,*.hbs set filetype=html.handlebars syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache*.vim ftplugin/mustache/*.vim
au BufNewFile,BufRead *.handlebars,*.hdbs,*.hbs set filetype=html.handlebars syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache*.vim ftplugin/mustache/*.vim
endif

0 comments on commit 014d37d

Please sign in to comment.