Skip to content

Commit 670098a

Browse files
authored
Merge pull request #454 from jsmestad/patch-1
Add ~L, ~E, and ~e sigils for EEx and LiveView
2 parents 231291e + 002418f commit 670098a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
(or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
165165
"__block__" "__aliases__")
166166
symbol-end))
167-
(sigils . ,(rx "~" (or "B" "C" "D" "N" "R" "S" "T" "U" "b" "c" "r" "s" "w")))))
167+
(sigils . ,(rx "~" (or "B" "C" "D" "E" "L" "N" "R" "S" "T" "U" "b" "c" "e" "r" "s" "w")))))
168168

169169
(defmacro elixir-rx (&rest sexps)
170170
(let ((rx-constituents (append elixir-rx-constituents rx-constituents)))

0 commit comments

Comments
 (0)