From: Juri Linkov Date: Tue, 11 Feb 2025 17:47:21 +0000 (+0200) Subject: ; * lisp/treesit.el: Remove implemented TODO for integration with hideshow. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=835a7e8109243f739cfd64bd2663509ef3ab1b6e;p=emacs.git ; * lisp/treesit.el: Remove implemented TODO for integration with hideshow. (cherry picked from commit 14e0f214e6d144030d696afc3ed2f2abdd3c9f06) --- diff --git a/lisp/treesit.el b/lisp/treesit.el index 7a449770576..0f4b1110200 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -2784,9 +2784,6 @@ friends." ;; ;; TODO: Integration with thing-at-point: once our thing interface is ;; stable. -;; -;; TODO: Integration with hideshow: I tried and failed, we need -;; SomeOne that understands hideshow to look at it. (defvar-local treesit-defun-type-regexp nil "A regexp that matches the node type of defun nodes.