Support LiveView templates for Elixir

This was added in fxbois/web-mode#1070
This commit is contained in:
Justin Smestad 2020-05-29 18:04:37 -06:00 committed by GitHub
parent aec94f5bb2
commit cf535e42fb
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\\'"