all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Escaped double quote breaks syntax highlighting
@ 2006-07-11 17:53 Tim Johnson
  2006-07-11 18:24 ` Johan Bockgård
  0 siblings, 1 reply; 4+ messages in thread
From: Tim Johnson @ 2006-07-11 17:53 UTC (permalink / raw)


I'm working on a mode for the rebol programming language.
The mode is derived from scheme (using 'define-derived-mode)

Rebol uses ^ (caret) as the escape character.

The syntax table is installed with the following relevant code:
  (modify-syntax-entry ?^ "\\   ")

When the mode is loaded Alt-x describe-syntax shows the following
relevant output:
^				\ 	which means: escape

Unhappily though, when I place the follow sequence: ^"
inside of a string, the syntax highlighting following that sequence
fails to render properly.

What else do I need to do? 
What documentation is available for this topic?

Thanks
-- 
Tim Johnson <tim@johnsons-web.com>
      http://www.alaska-internet-solutions.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-11 20:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-11 17:53 Escaped double quote breaks syntax highlighting Tim Johnson
2006-07-11 18:24 ` Johan Bockgård
2006-07-11 19:55   ` Tim Johnson
2006-07-11 20:55     ` Tim Johnson

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.