Skip to content

Commit 4974ff9

Browse files
authored
Merge pull request #493 from dustinfarris/patch-1
Support ~H heex sigil
2 parents d495ed8 + 81f03b7 commit 4974ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
(or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
189189
"__block__" "__aliases__")
190190
symbol-end))
191-
(sigils . ,(rx "~" (or "B" "C" "D" "E" "L" "N" "R" "S" "T" "U" "b" "c" "e" "r" "s" "w")))))
191+
(sigils . ,(rx "~" (or "B" "C" "D" "E" "H" "L" "N" "R" "S" "T" "U" "b" "c" "e" "r" "s" "w")))))
192192

193193
(defmacro elixir-rx (&rest sexps)
194194
(let ((rx-constituents (append elixir-rx-constituents rx-constituents)))

0 commit comments

Comments
 (0)