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
commit 1ac18cbd39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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