Question

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.)

Was it helpful?

Solution

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

OTHER TIPS

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top