up vote 2 down vote favorite
1
share [g+] share [fb]

I can't seem to find a language syntax highlighting file for JSPs for Notepad++. Is there one out there?

(Currently, I've just got it set to use Java highlighting, which is a little sub-optimal. I could knock together my own, I suppose, but I'm hoping the internet has solved my problem for me.)

link|improve this question

65% accept rate
feedback

3 Answers

up vote 7 down vote accepted

As of version 5.6.5, Notepad++ supports JSP syntax highlighting! Hooray! See the release notes at http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Releases

link|improve this answer
+1. Well spotted. – RichardOD Feb 4 '10 at 11:52
Well heck! There you go. Thanks! – Electrons_Ahoy Feb 4 '10 at 21:47
Bless you good sir! Glad this is the first result on Google too. – glowcoder May 23 '10 at 2:41
feedback

Rather than using Java highlighting, try applying ASP highlighting to your JSP files, it produces better results.

link|improve this answer
Well, granted, but I'd rather apply JSP highlighting, you know? – Electrons_Ahoy Oct 27 '09 at 18:26
feedback

As a completely different alternative, have you considered using an IDE? For example Eclipse, IntelliJ or Netbeans.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.