From 67a660eb13818a620b301775065c4819a2178428 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Wed, 15 Mar 2023 12:43:18 +0100 Subject: [PATCH] ; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexp --- lisp/progmodes/elixir-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2