Merge pull request #3253 from jsmestad/patch-1

Support LiveView templates in web module
This commit is contained in:
Henrik Lissner
2020-06-01 04:36:32 -04:00
committed by GitHub

View File

@ -4,7 +4,7 @@
:mode "\\.[px]?html?\\'"
:mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'"
:mode "\\.erb\\'"
:mode "\\.eex\\'"
:mode "\\.l?eex\\'"
:mode "\\.jsp\\'"
:mode "\\.as[cp]x\\'"
:mode "\\.hbs\\'"