support handlebars templates

This commit is contained in:
Jeff Jewiss 2018-05-25 18:13:28 +01:00
parent e7f484d4f4
commit 68c0d228bc
No known key found for this signature in database
GPG key ID: B3EB0669CC311F5E

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$"