[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 1addae07be1: Treesit support for show-paren-mode (bug#75122)
From: |
Stefan Kangas |
Subject: |
Re: master 1addae07be1: Treesit support for show-paren-mode (bug#75122) |
Date: |
Sun, 29 Dec 2024 12:28:32 -0600 |
Juri Linkov <juri@jurta.org> writes:
> branch: master
> commit 1addae07be1982a6cafc0e0b3955b59bd1fb481c
> Author: Juri Linkov <juri@linkov.net>
> Commit: Juri Linkov <juri@linkov.net>
>
> Treesit support for show-paren-mode (bug#75122)
Thanks!
> diff --git a/etc/NEWS b/etc/NEWS
> index 11dfccd0c07..ebb2c2f571d 100644
> --- a/etc/NEWS
> +++ b/etc/NEWS
> @@ -1017,6 +1017,10 @@ 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'.
This seems to describe the implementation details of what, from most
users' point of view, will boil down to something like:
Tree-sitter enabled modes now properly support show-paren-mode.
Is that right? If so, maybe we should just say that instead?
- Re: master 1addae07be1: Treesit support for show-paren-mode (bug#75122),
Stefan Kangas <=