]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Improve last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 29 Dec 2024 19:44:58 +0000 (21:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:25:15 +0000 (21:25 +0100)
(cherry picked from commit 2e8f875067bc7068f79cb3e249de9da68c54d210)

etc/NEWS

index c042130a5e7abded5b7bdb7fa51950a0419d9e63..913284ec3f7eaa38c6d27f078321d8367a2f60e3 100644 (file)
--- 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'.