bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58940: [PATCH] feature/tree-sitter: Add more font lock faces


From: Randy Taylor
Subject: bug#58940: [PATCH] feature/tree-sitter: Add more font lock faces
Date: Sun, 06 Nov 2022 17:02:13 +0000

On Sunday, November 6th, 2022 at 03:22, Eli Zaretskii <eliz@gnu.org> wrote:

> 
> > +(defface font-lock-property-face
> > + '((t :inherit font-lock-variable-name-face))
> > + "Font Lock mode face used to highlight properties of an object, such
> > +as the declaration and use of fields in a struct."
> 
> 
> The first line of a doc string should be a single complete sentence.
> 
> I suggest to have the detailed description be separate sentences
> after the first one.
> 

I wonder if that detailed description is really necessary anymore? Before the 
doc string read "...highlight properties". Now it reads "...highlight 
properties of an object." - perhaps that's enough? Regardless, I separated the 
detailed description out to its own sentence.

I also removed the variables.

Attachment: 0001-Add-more-font-lock-faces-Bug-58940.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]