all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* jsp colorization
@ 2002-07-01 12:24 Dmitry Trunikov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Trunikov @ 2002-07-01 12:24 UTC (permalink / raw)


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

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

* RE: jsp colorization
@ 2002-07-01 14:10 Dmitri.Minaev
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitri.Minaev @ 2002-07-01 14:10 UTC (permalink / raw)


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
> 

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

end of thread, other threads:[~2002-07-01 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-01 14:10 jsp colorization Dmitri.Minaev
  -- strict thread matches above, loose matches on Subject: below --
2002-07-01 12:24 Dmitry Trunikov

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.