Skip to content

Commit 81f03b7

Browse files
authored
feat: support heex sigil
1 parent e0d0466 commit 81f03b7

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
@@ -187,7 +187,7 @@
187187
(or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
188188
"__block__" "__aliases__")
189189
symbol-end))
190-
(sigils . ,(rx "~" (or "B" "C" "D" "E" "L" "N" "R" "S" "T" "U" "b" "c" "e" "r" "s" "w")))))
190+
(sigils . ,(rx "~" (or "B" "C" "D" "E" "H" "L" "N" "R" "S" "T" "U" "b" "c" "e" "r" "s" "w")))))
191191

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

0 commit comments

Comments
 (0)