mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #3253 from jsmestad/patch-1
Support LiveView templates in web module
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