all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Highlight comment in gauss mode
@ 2004-01-06 15:00 jyangstat
  2004-01-06 15:51 ` Highlight comment in HTML Gian Uberto Lauri
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: jyangstat @ 2004-01-06 15:00 UTC (permalink / raw)


Hi, 

I would like to ask if anyone can help me setup highlight gauss mode
comment such as the two different types:

@ This is one line comment @

/* 
This is multiple-lines comments
*/

My current syntax  table is as the follows but it did not work.

  (modify-syntax-entry ?@ "\"" gauss-mode-syntax-table)
  (modify-syntax-entry ?/ ". 14b" gauss-mode-syntax-table)
  (modify-syntax-entry ?* ". 23b" gauss-mode-syntax-table)

Please help me correct my error. Any help is appreciated.

James

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

end of thread, other threads:[~2004-01-09 12:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-06 15:00 Highlight comment in gauss mode jyangstat
2004-01-06 15:51 ` Highlight comment in HTML Gian Uberto Lauri
2004-01-06 18:39 ` Highlight comment in gauss mode Stefan Monnier
2004-01-07  0:20   ` jyangstat
2004-01-07  1:04     ` Stefan Monnier
2004-01-07 13:33       ` jyangstat
2004-01-07 15:30         ` Stefan Monnier
2004-01-08 21:30           ` jyangstat
2004-01-08 22:41             ` Stefan Monnier
2004-01-09 12:46               ` jyangstat
     [not found] ` <mailman.29.1073407916.928.help-gnu-emacs@gnu.org>
2004-01-06 18:36   ` Highlight comment in HTML Tim McNamara
2004-01-06 18:57     ` Tim McNamara
2004-01-06 19:13   ` Stefan Monnier

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.