We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d0466 commit 81f03b7Copy full SHA for 81f03b7
elixir-mode.el
@@ -187,7 +187,7 @@
187
(or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__"
188
"__block__" "__aliases__")
189
symbol-end))
190
- (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")))))
191
192
(defmacro elixir-rx (&rest sexps)
193
(let ((rx-constituents (append elixir-rx-constituents rx-constituents)))
0 commit comments