[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] treesit.el: New function to describe font-lock rules
From: |
Eli Zaretskii |
Subject: |
Re: [PATCH] treesit.el: New function to describe font-lock rules |
Date: |
Sat, 21 Oct 2023 10:38:33 +0300 |
> From: Yuan Fu <casouri@gmail.com>
> Date: Fri, 20 Oct 2023 21:11:01 -0700
> Cc: emacs-devel <emacs-devel@gnu.org>,
> Eli Zaretskii <eliz@gnu.org>
>
> Great! I’ve pushed it to master. Eli, do we need a NEWS entry for this
> change? We are adding a new keyword for treesit-font-lock-rules. I attached
> the merged patch below.
Not only a NEWS entry is in order, we should also document this
keyword in the ELisp manual, where the other keywords of
treesit-font-lock-rules are documented.
Thanks.