projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed57faa
)
Remove duplicate indent rules in elixir-ts-mode
author
Yuan Fu
<casouri@gmail.com>
Tue, 8 Oct 2024 00:27:13 +0000
(17:27 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Tue, 8 Oct 2024 00:27:13 +0000
(17:27 -0700)
* lisp/progmodes/elixir-ts-mode.el (elixir-ts-mode): There are
two forms adding heex-ts--indent-rules, remove one of them.
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 a3e11658468a683bb823ae3a3a2e89cc89bf3503..cacdb266298ff04a8767cb17e850bddf8e081d63 100644
(file)
--- a/
lisp/progmodes/elixir-ts-mode.el
+++ b/
lisp/progmodes/elixir-ts-mode.el
@@
-734,9
+734,6
@@
Return nil if NODE is not a defun node or doesn't have a name."
(when (treesit-ready-p 'heex)
(setq-local treesit-range-settings elixir-ts--treesit-range-rules)
- (setq-local treesit-simple-indent-rules
- (append treesit-simple-indent-rules heex-ts--indent-rules))
-
(setq-local treesit-font-lock-settings
(append treesit-font-lock-settings
heex-ts--font-lock-settings))