branch: elpa/web-mode
commit 950ac58bd9e7d14a63761c7c8c245d0fc04595c5
Merge: 8ef4793 120908c
Author: fxbois <fxb...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #1201 from wkirschbaum/allow-heex-templates-for-elixir
    
    Allow .heex templates for Elixir
---
 web-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-mode.el b/web-mode.el
index b384f97..b66beee 100644
--- a/web-mode.el
+++ b/web-mode.el
@@ -970,7 +970,7 @@ Must be used in conjunction with 
web-mode-enable-block-face."
     ("ctemplate"        . "\\.\\(chtml\\|mustache\\)\\'")
     ("django"           . 
"\\.\\(djhtml\\|tmpl\\|dtl\\|liquid\\|j2\\|njk\\)\\'")
     ("dust"             . "\\.dust\\'")
-    ("elixir"           . "\\.l?eex\\'")
+    ("elixir"           . "\\.[hl]?eex\\'")
     ("ejs"              . "\\.ejs\\'")
     ("erb"              . "\\.\\(erb\\|rhtml\\|erb\\.html\\)\\'")
     ("expressionengine" . "\\.ee\\'")

Reply via email to