mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Support LiveView templates for Elixir
This was added in fxbois/web-mode#1070
This commit is contained in:
@ -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\\'"
|
||||||
|
Reference in New Issue
Block a user