https://github.com/magnars/crappy-jsp-mode.git
git clone 'git://github.com/magnars/crappy-jsp-mode.git'
An exceedingly basic jsp-mode, inheriting from html-mode.
This crappy mode for jsp makes sure indentation sorta works.
It gives you proper indentation when you need to comment out whitespace with jsp-comments:
<div class="no-whitespace"><%--
--%><div class="please"><%--
--%></div><%--
--%></div><%--
or maybe not even properly, just nicer than html-mode.
It also indents JavaScript properly inside <script>
-tags.
In addition to that it highlights these ${}
in a horrible yellow
color.