]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexp
authorMattias Engdegård <mattiase@acm.org>
Wed, 15 Mar 2023 11:43:18 +0000 (12:43 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 15 Mar 2023 11:43:18 +0000 (12:43 +0100)
lisp/progmodes/elixir-ts-mode.el

index 8adf647b081ada1cbcd84a287402a4928e2010d5..136275b0f5fb8791fd82024da80333d96a4dd28c 100644 (file)
@@ -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))