From d2c05c219ed1abbbda34f68489d21a0b2cd513e1 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 29 Dec 2024 21:15:07 +0200 Subject: [PATCH] ; * etc/NEWS: Remove implementation details of 'treesit-show-paren-data' --- etc/NEWS | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index ebb2c2f571d..bb9a10252a9 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1017,9 +1017,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'.