From: Mattias EngdegÄrd Date: Wed, 15 Mar 2023 11:43:18 +0000 (+0100) Subject: ; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexp X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67a660eb13818a620b301775065c4819a2178428;p=emacs.git ; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexp --- diff --git a/lisp/progmodes/elixir-ts-mode.el b/lisp/progmodes/elixir-ts-mode.el index 8adf647b081..136275b0f5f 100644 --- a/lisp/progmodes/elixir-ts-mode.el +++ b/lisp/progmodes/elixir-ts-mode.el @@ -87,7 +87,7 @@ (defconst elixir-ts--sexp-regexp (rx bol (or "call" "stab_clause" "binary_operator" "list" "tuple" "map" "pair" - "sigil" "string" "atom" "pair" "alias" "arguments" "atom" "identifier" + "sigil" "string" "atom" "alias" "arguments" "identifier" "boolean" "quoted_content") eol))