diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-12-29 21:44:58 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-12-29 21:44:58 +0200 |
commit | 2e8f875067bc7068f79cb3e249de9da68c54d210 (patch) | |
tree | 636f35adbd0d1d42e277e16e6118dc106699a462 | |
parent | d2c05c219ed1abbbda34f68489d21a0b2cd513e1 (diff) | |
download | emacs-2e8f875067bc7068f79cb3e249de9da68c54d210.tar.gz emacs-2e8f875067bc7068f79cb3e249de9da68c54d210.tar.bz2 emacs-2e8f875067bc7068f79cb3e249de9da68c54d210.zip |
; * etc/NEWS: Improve last change.
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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'. |