emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock-delimiter-face - what for?


From: Dmitry Gutov
Subject: Re: font-lock-delimiter-face - what for?
Date: Tue, 27 Dec 2022 18:54:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 27/12/2022 18:44, Randy Taylor wrote:
It's primarily for punctuation-related ones (e.g., ‘;’, ‘:’, ‘,’), hence why it 
inherits from the punctuation face.

A more specific example (using c-ts-mode):
int quack = 0;
              ^ font-lock-delimiter-face

All right, thank you.

Perhaps we could add some examples to the docstrings.

That could also help clarify the difference between font-lock-punctuation-face and font-lock-misc-punctuation-face.



reply via email to

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