help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Highlight comment in gauss mode


From: address@hidden
Subject: Highlight comment in gauss mode
Date: 6 Jan 2004 07:00:54 -0800

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]