diff --git a/elixir-mode.el b/elixir-mode.el index 34074cf0..48e6f24b 100644 --- a/elixir-mode.el +++ b/elixir-mode.el @@ -164,7 +164,7 @@ (or "_" "__MODULE__" "__DIR__" "__ENV__" "__CALLER__" "__block__" "__aliases__") symbol-end)) - (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"))))) (defmacro elixir-rx (&rest sexps) (let ((rx-constituents (append elixir-rx-constituents rx-constituents)))