emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/web-mode 950ac58 2/2: Merge pull request #1201 from wkirsc


From: ELPA Syncer
Subject: [nongnu] elpa/web-mode 950ac58 2/2: Merge pull request #1201 from wkirschbaum/allow-heex-templates-for-elixir
Date: Sun, 29 Aug 2021 11:57:44 -0400 (EDT)

branch: elpa/web-mode
commit 950ac58bd9e7d14a63761c7c8c245d0fc04595c5
Merge: 8ef4793 120908c
Author: fxbois <fxbois@gmail.com>
Commit: GitHub <noreply@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

[Prev in Thread] Current Thread [Next in Thread]