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