From: Juri Linkov Date: Sun, 29 Dec 2024 19:15:07 +0000 (+0200) Subject: ; * etc/NEWS: Remove implementation details of 'treesit-show-paren-data' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3fa9e4038785bd7172abe24e046299ee9e3e1cf8;p=emacs.git ; * etc/NEWS: Remove implementation details of 'treesit-show-paren-data' (cherry picked from commit d2c05c219ed1abbbda34f68489d21a0b2cd513e1) --- diff --git a/etc/NEWS b/etc/NEWS index e7199bef976..c042130a5e7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -857,9 +857,7 @@ Tree-sitter conditionally sets 'up-list-function' for major modes that have defined 'sexp-list' in 'treesit-thing-settings' to enable the 'up-list' motion command. -*** New function 'treesit-show-paren-data'. -Tree-sitter sets 'show-paren-data-function' to this function -to support 'show-paren-mode'. +*** Tree-sitter enabled modes now properly support 'show-paren-mode'. +++ *** New function 'treesit-language-display-name'.