support handlebars templates

This commit is contained in:
Jeff Jewiss
2018-05-25 18:13:28 +01:00
parent e7f484d4f4
commit 68c0d228bc

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