There was an error while loading. Please reload this page.
~U
1 parent f101c67 commit 584f636Copy full SHA for 584f636
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" "b" "c" "r" "s" "w")))))
+ (sigils . ,(rx "~" (or "B" "C" "D" "N" "R" "S" "T" "U" "b" "c" "r" "s" "w")))))
168
169
(defmacro elixir-rx (&rest sexps)
170
(let ((rx-constituents (append elixir-rx-constituents rx-constituents)))
0 commit comments