From: Eli Zaretskii Date: Sun, 29 Dec 2024 19:44:58 +0000 (+0200) Subject: ; * etc/NEWS: Improve last change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=767007100282fc6b05d962203b1a2909f384b045;p=emacs.git ; * etc/NEWS: Improve last change. (cherry picked from commit 2e8f875067bc7068f79cb3e249de9da68c54d210) --- diff --git a/etc/NEWS b/etc/NEWS index c042130a5e7..913284ec3f7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -858,6 +858,10 @@ that have defined 'sexp-list' in 'treesit-thing-settings' to enable the 'up-list' motion command. *** Tree-sitter enabled modes now properly support 'show-paren-mode'. +They do that by letting 'show-paren-mode' use the results of parsing by +the tree-sitter library. The new function 'treesit-show-paren-data' is +used to communicate the tree-sitter parsing results to +'show-paren-mode'. +++ *** New function 'treesit-language-display-name'.