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

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

RE: jsp colorization


From: Dmitri . Minaev
Subject: RE: jsp colorization
Date: Mon, 1 Jul 2002 18:10:07 +0400

html-helper-mode.el by Nelson Minar (maintained by 'Saint' Lauri) does this.
Just say:

(require 'html-helper-mode)
(setq auto-mode-alist (cons '("\\.jsp$" . jsp-html-helper-mode)
auto-mode-alist))

--
With best regards,
Dmitri Minaev


> -----Original Message-----
> From: Dmitry Trunikov [mailto:tda@quasarlabs.com]
> Sent: Monday, July 01, 2002 1:24 PM
> To: help-gnu-emacs@gnu.org
> Subject: jsp colorization
> 
> 
> Hi ALL.
> Tell me please how can I turn on syntax highliting for *.jsp (Java 
> Server Pages) files?
> Has emacs support for this type of files?
> If it hasn't then how can I tell emacs that jsp and html 
> files is the same?
> 
> Thanks.
> 
> P.S.  emacs 21.1/linux
> 
> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 



reply via email to

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