summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2024-12-29 21:44:58 +0200
committerEli Zaretskii <eliz@gnu.org>2024-12-29 21:44:58 +0200
commit2e8f875067bc7068f79cb3e249de9da68c54d210 (patch)
tree636f35adbd0d1d42e277e16e6118dc106699a462
parentd2c05c219ed1abbbda34f68489d21a0b2cd513e1 (diff)
downloademacs-2e8f875067bc7068f79cb3e249de9da68c54d210.tar.gz
emacs-2e8f875067bc7068f79cb3e249de9da68c54d210.tar.bz2
emacs-2e8f875067bc7068f79cb3e249de9da68c54d210.zip
; * etc/NEWS: Improve last change.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bb9a10252a9..03789251a10 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1018,6 +1018,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'.