all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Using face names as FACESPEC in font-lock-keywords does not work
Date: Wed, 22 Jun 2022 22:46:07 +0200	[thread overview]
Message-ID: <8735fwo29c.fsf@dataswamp.org> (raw)
In-Reply-To: a7bf9753bf3dd458136b3d5b59c32449@posteo.de

> I have the following piece of code that is supposed to add
> highlighting for CPP-like conditionals in my mode:
>
> (setq-local font-lock-defaults
>             (let* ((cpp-rx (rx line-start
>                                "#" (or "if" "ifdef" "else"
>                                "elif" "endif")
>                                word-boundary))

They are `font-lock-preprocessor-face' in `c++-mode'. No good?

Actually the need for a preprocessor is indicative of
a language that lacks in ... something?

> In any case, I think that the documentation deserves a bit
> of sharpening.

Do it yourself Jan :)

-- 
underground experts united
https://dataswamp.org/~incal




  parent reply	other threads:[~2022-06-22 20:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-22  8:33 Using face names as FACESPEC in font-lock-keywords does not work jan.synacek
2022-06-22 20:42 ` Emanuel Berg
2022-06-22 20:46 ` Emanuel Berg [this message]
2022-06-23  5:36 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8735fwo29c.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.