From: Colin Baxter <m43cap@yandex.com>
To: help-gnu-emacs@gnu.org
Subject: Re: multi-line highlighting
Date: Sun, 28 Feb 2021 12:34:52 +0000 [thread overview]
Message-ID: <87mtvos74j.fsf@yandex.com> (raw)
In-Reply-To: 87h7lwbivg.fsf@yandex.com
Solution is easier than I thought. This works.
#+begin_src elisp
(add-hook 'org-mode-hook (lambda ()
(font-lock-add-keywords nil
'( ("<alpha>\\|</alpha>" . font-lock-warning-face)
("<alpha>\\([^<]+?\\)</alpha>" . (1 font-lock-constant-face))
))))
#+end_src
and then put
eval: (set (make-local-variable 'font-lock-multiline) t)
as a local variable.
Sorry for answering my own question!
Best wishes,
next prev parent reply other threads:[~2021-02-28 12:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-28 10:01 multi-line highlighting Colin Baxter
2021-02-28 10:13 ` Colin Baxter
2021-02-28 12:34 ` Colin Baxter [this message]
2021-02-28 16:00 ` Stefan Monnier
2021-02-28 17:57 ` Colin Baxter
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mtvos74j.fsf@yandex.com \
--to=m43cap@yandex.com \
--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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).