emacs-devel
[Top][All Lists]
Advanced

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

Re: feature/tree-sitter e06953b02a 1/2: Add more font-lock faces (Bug#58


From: Robert Pluim
Subject: Re: feature/tree-sitter e06953b02a 1/2: Add more font-lock faces (Bug#58940)
Date: Thu, 10 Nov 2022 12:15:26 +0100

>>>>> On Thu, 10 Nov 2022 06:05:04 -0500 (EST), Eli Zaretskii <eliz@gnu.org> 
>>>>> said:
    Eli> +
    Eli> +(defface font-lock-bracket-face
    Eli> +  '((t :inherit font-lock-punctuation-face))
    Eli> +  "Font Lock mode face used to highlight brackets."
    Eli> +  :group 'font-lock-faces
    Eli> +  :version "29.1")

<mode=pedantic>
This applies to parens, brackets, and braces, not just brackets, so
perhaps we should mention that in the docstring?
</mode>

Robert
-- 



reply via email to

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