Skip to content

Commit

Permalink
Merge pull request #52 from AndrewRadev/fix-mustache-indent
Browse files Browse the repository at this point in the history
Evaluate handlebars indent in mustache files
  • Loading branch information
jsit authored Jul 17, 2019
2 parents ce3ce66 + cb6f2ba commit f25a4c3
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 *.mustache,*.hogan,*.hulk,*.hjs set filetype=html.mustache syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache*.vim ftplugin/mustache/*.vim indent/handlebars.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 f25a4c3

Please sign in to comment.