Merge pull request #611 from jeffjewiss/support-hbs-files

Support handlebars templates
This commit is contained in:
Henrik Lissner
2018-05-25 19:54:42 +02:00
committed by GitHub

View File

@ -6,6 +6,7 @@
:mode "\\.erb$"
:mode "\\.jsp$"
:mode "\\.as[cp]x$"
:mode "\\.hbs$"
:mode "\\.mustache$"
:mode "\\.tsx$"
:mode "\\.vue$"