[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: font-lock-delimiter-face - what for?
From: |
Randy Taylor |
Subject: |
Re: font-lock-delimiter-face - what for? |
Date: |
Tue, 27 Dec 2022 16:44:33 +0000 |
On Tuesday, December 27th, 2022 at 10:44, Dmitry Gutov <dgutov@yandex.ru> wrote:
>
>
> Hi all!
>
> What kind of delimiters this face is supposed to be used for?
>
> Is it for string/heredoc delimiters?
>
> If yes, how about we make it inherit from font-lock-string-face?
Hi!
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
- font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/27
- Re: font-lock-delimiter-face - what for?,
Randy Taylor <=
- Re: font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/27
- Re: font-lock-delimiter-face - what for?, Randy Taylor, 2022/12/27
- Re: font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/27
- Re: font-lock-delimiter-face - what for?, Stefan Monnier, 2022/12/27
- Re: font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/27
- Re: font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/28
- Re: font-lock-delimiter-face - what for?, Randy Taylor, 2022/12/28
- Re: font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/28
- Re: font-lock-delimiter-face - what for?, Randy Taylor, 2022/12/28
- Re: font-lock-delimiter-face - what for?, Dmitry Gutov, 2022/12/29