]> git.eshelyaron.com Git - emacs.git/commit
Add defun navigation
authorYuan Fu <casouri@gmail.com>
Fri, 13 May 2022 21:00:56 +0000 (14:00 -0700)
committerYuan Fu <casouri@gmail.com>
Fri, 13 May 2022 21:37:24 +0000 (14:37 -0700)
commitd8c9b9c0fb704ed2b20563b79248b837727853c2
tree34f7da948f150add5b429d69e89b28a679cea078
parentd94c7076dfcb35037e77fc12e48d07d65c2005cf
Add defun navigation

* lisp/treesit.el (treesit-defun-query): New variable.
(treesit-traverse-defun, treesit-beginning-of-defun,
treesit-end-of-defun): New functions.
* test/src/treesit-tests.el: Add reminders for tests.
lisp/treesit.el
test/src/treesit-tests.el