From: "Stefan Monnier" <monnier+gnu.emacs.help/news/@flint.cs.yale.edu>
Subject: Re: comment delimiter in syntax table
Date: 04 Jun 2003 12:10:37 -0400 [thread overview]
Message-ID: <5lk7c1j01u.fsf@rum.cs.yale.edu> (raw)
In-Reply-To: 87brxem0cu.fsf@double-c.fr
>>>>> "carlos" == carlos conde <carlos.conde@double-c.fr> writes:
> Is there a way to declare longer comment delimiters in the syntax table ??
No. The best solution right now is to use font-lock-syntactic-keywords:
(defvar foo-font-lock-syntactic-keywords
'(("\\(<\\)\\*--" (1 "<"))
("--\\*\\(>\\)" (1 ">"))))
-- Stefan
next prev parent reply other threads:[~2003-06-04 16:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-04 13:35 comment delimiter in syntax table carlos.conde
2003-06-04 16:10 ` Stefan Monnier [this message]
2003-06-04 21:07 ` carlos.conde
2003-06-04 21:42 ` carlos.conde
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=5lk7c1j01u.fsf@rum.cs.yale.edu \
--to=monnier+gnu.emacs.help/news/@flint.cs.yale.edu \
/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).