emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Wiegley <jwiegley@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: how to add font-lock keywords
Date: Tue, 23 Aug 2011 20:01:31 -0500	[thread overview]
Message-ID: <m2r54bipw4.fsf@gmail.com> (raw)
In-Reply-To: CAM=K+iqThiuCMu_DmB9T=hsqk38n2mLd72tw_Pm6Hd37SF6x4A@mail.gmail.com

>>>>> Le Wang <l26wang@gmail.com> writes:

> I wasn't able to google a clear examples of how to do this.  For example,
> I'd like to highlight all text between double-quotes.

Typically it looks something like this:

  (font-lock-add-keywords org-mode
                          (list (list (concat "\\(\"[^\"]+\"\\)")
                                      1 highlight-face t)))

Where `highlight-face' is the face you'd like to use.  The regexp doesn't
handle cases where \" legitimately occurs in a string, either.  The part
between the \\(\\) is what gets colorized.

John

  reply	other threads:[~2011-08-24  1:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23 17:51 how to add font-lock keywords Le Wang
2011-08-24  1:01 ` John Wiegley [this message]
2011-08-24  1:17   ` John Wiegley
2011-08-24  4:25     ` Le Wang
  -- strict thread matches above, loose matches on Subject: below --
2021-12-11 11:21 How " Daniel Fleischer
2021-12-21 19:35 ` Bruno Barbier
2021-12-23  8:20   ` Daniel Fleischer

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.orgmode.org/

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

  git send-email \
    --in-reply-to=m2r54bipw4.fsf@gmail.com \
    --to=jwiegley@gmail.com \
    --cc=emacs-orgmode@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 public inbox

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

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).