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

View file

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