We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 231291e + 002418f commit 670098aCopy full SHA for 670098a
elixir-mode.el
@@ -164,7 +164,7 @@
164
(or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
165
"__block__" "__aliases__")
166
symbol-end))
167
- (sigils . ,(rx "~" (or "B" "C" "D" "N" "R" "S" "T" "U" "b" "c" "r" "s" "w")))))
+ (sigils . ,(rx "~" (or "B" "C" "D" "E" "L" "N" "R" "S" "T" "U" "b" "c" "e" "r" "s" "w")))))
168
169
(defmacro elixir-rx (&rest sexps)
170
(let ((rx-constituents (append elixir-rx-constituents rx-constituents)))
0 commit comments