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

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

[nongnu] elpa/elixir-mode 81f03b7059 1/2: feat: support heex sigil


From: ELPA Syncer
Subject: [nongnu] elpa/elixir-mode 81f03b7059 1/2: feat: support heex sigil
Date: Mon, 17 Oct 2022 16:58:37 -0400 (EDT)

branch: elpa/elixir-mode
commit 81f03b705940b80ae72c192dc46ffefb8360574e
Author: Dustin Farris <dustin.farris@gmail.com>
Commit: GitHub <noreply@github.com>

    feat: support heex sigil
---
 elixir-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elixir-mode.el b/elixir-mode.el
index 8efa991c69..f3625c13f7 100644
--- a/elixir-mode.el
+++ b/elixir-mode.el
@@ -187,7 +187,7 @@
                          (or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
                              "__block__" "__aliases__")
                          symbol-end))
-      (sigils . ,(rx "~" (or "B" "C" "D" "E" "L" "N" "R" "S" "T" "U" "b" "c" 
"e" "r" "s" "w")))))
+      (sigils . ,(rx "~" (or "B" "C" "D" "E" "H" "L" "N" "R" "S" "T" "U" "b" 
"c" "e" "r" "s" "w")))))
 
   (defmacro elixir-rx (&rest sexps)
     (let ((rx-constituents (append elixir-rx-constituents rx-constituents)))



reply via email to

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