projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fdc953
)
; * lisp/progmodes/elixir-ts-mode.el: remove duplicates from regexp
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 15 Mar 2023 11:43:18 +0000
(12:43 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 15 Mar 2023 11:43:18 +0000
(12:43 +0100)
lisp/progmodes/elixir-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elixir-ts-mode.el
b/lisp/progmodes/elixir-ts-mode.el
index 8adf647b081ada1cbcd84a287402a4928e2010d5..136275b0f5fb8791fd82024da80333d96a4dd28c 100644
(file)
--- 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))