]> git.eshelyaron.com Git - emacs.git/commitdiff
; Create a new section for sexp functions in treesit.el.
authorYuan Fu <casouri@gmail.com>
Tue, 10 Jun 2025 05:34:11 +0000 (22:34 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:02:06 +0000 (10:02 +0200)
(cherry picked from commit 5390593c42d46942cd4016bf11653db96246986d)

lisp/treesit.el

index 5d16433c0e5ce4665a00b54f4f87c616d23d71bd..a757c0759a2c6428a998e65e21db4cb3935f6c24 100644 (file)
@@ -2962,6 +2962,8 @@ BACKWARD and ALL are the same as in `treesit-search-forward'."
       (goto-char current-pos)))
     node))
 
+;;; Sexp functions
+
 (make-obsolete 'treesit-sexp-type-regexp
                "`treesit-sexp-type-regexp' will be removed soon, use `treesit-thing-settings' instead." "30.1")