emacs-devel
[Top][All Lists]
Advanced

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

Which face to use for highlighting interpolation delimiters?


From: Dmitry Gutov
Subject: Which face to use for highlighting interpolation delimiters?
Date: Fri, 6 Jan 2023 03:53:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

E.g. ${ and } in "String literal with #{var} in the middle".

So far it seems that the ts modes haven't managed to agree on one yet.

js-ts-mode uses font-lock-delimiter-face, and
typescript-ts-mode uses font-lock-builtin-face (for template_substitution).

Maybe we need a new one.

While we're at it, maybe a face for regexps literals as well?



reply via email to

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