From 25c7f347cb75166b9c0920ba17267fa293b923bf Mon Sep 17 00:00:00 2001 From: aswinmohanme Date: Wed, 15 Sep 2021 18:20:03 +0530 Subject: [PATCH] feat(web): add *.[lh]?eex support --- modules/lang/web/+html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index cd67f4d18..0a396a7cd 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -4,7 +4,7 @@ :mode "\\.[px]?html?\\'" :mode "\\.\\(?:tpl\\|blade\\)\\(?:\\.php\\)?\\'" :mode "\\.erb\\'" - :mode "\\.l?eex\\'" + :mode "\\.[lh]?eex\\'" :mode "\\.sface\\'" :mode "\\.jsp\\'" :mode "\\.as[cp]x\\'"