[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Highlighting New Keywords in texinfo-mode
From: |
Christopher Dimech |
Subject: |
Re: Highlighting New Keywords in texinfo-mode |
Date: |
Sat, 3 Oct 2020 23:09:42 +0200 |
Have also seen the following
("\\<and\\|or\\>" . font-lock-keyword-face)
Have also seen brackets
("\\<\\(and\\|or\\)\\>" . font-lock-keyword-face)
What are the following about, and why are they needed?
\\< \\> \\( \\)
> Sent: Saturday, October 03, 2020 at 9:49 PM
> From: "Ivan Sokolov" <ivan-p-sokolov@ya.ru>
> To: "Christopher Dimech" <dimech@gmx.com>
> Cc: "Help Gnu Emacs" <help-gnu-emacs@gnu.org>
> Subject: Re: Highlighting New Keywords in texinfo-mode
>
> Yes, you can also add an end-of-word marker: \\\\quad\\>
>