]> git.eshelyaron.com Git - emacs.git/commit
* lisp/treesit.el: New variables for 'down-list' and 'up-list'.
authorJuri Linkov <juri@linkov.net>
Wed, 21 May 2025 06:31:45 +0000 (09:31 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 27 May 2025 14:26:25 +0000 (16:26 +0200)
commit2683afddd2e3c2dfd19854c539b11fbbd9578809
treedcc57032cfaf167049aa0e19ec7ed49e30fe8a9f
parentaf7de5924b3afff5ec0776f375b2fcd3bcc4f09a
* lisp/treesit.el: New variables for 'down-list' and 'up-list'.

(treesit-sexp-type-down-list, treesit-sexp-type-up-list):
New buffer-local variables.
(treesit-down-list): Use 'treesit-sexp-type-down-list'.
(treesit-up-list): Use 'treesit-sexp-type-up-list'.

* lisp/progmodes/elixir-ts-mode.el (elixir-ts-mode):
Set 'treesit-sexp-type-down-list' and
'treesit-sexp-type-up-list' to 'list'.

(cherry picked from commit 822b6cca1e1f80ab6bd28d03f29d288cc6f6ad0e)
lisp/progmodes/elixir-ts-mode.el
lisp/treesit.el