From 14e0f214e6d144030d696afc3ed2f2abdd3c9f06 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 11 Feb 2025 19:47:21 +0200 Subject: [PATCH] ; * lisp/treesit.el: Remove implemented TODO for integration with hideshow. --- lisp/treesit.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 58f1b38dc40..90426534842 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -2792,9 +2792,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.