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

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

Re: Syntax highlighting keywords starting with #


From: Frode
Subject: Re: Syntax highlighting keywords starting with #
Date: 4 Nov 2005 03:27:55 -0800
User-agent: G2/0.2

Thanks a lot, Ian. The following code saved my day:

(defvar psc-mode-syntax-table
  (let ((psc-mode-syntax-table (make-syntax-table)))
  (modify-syntax-entry ?# "w" psc-mode-syntax-table)
  psc-mode-syntax-table)
  "Syntax table for PSC mode")



reply via email to

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