Well done for getting the JSP EL syntax color highlighting working, but before you break out the diet Coke or Latte (or whatever affluent programmers drink 😉 ) there is a small color issue with the apostrophe ‘ on a JSP when it surrounds an EL statement – it turns black. e.g.
<input name='<c:out value="${status.expression}"/>' ...other parameters, etc...
As I run with a dark background, the apostrophes vanish. I wouldn’t have noticed this if I had’t run the cleanup routine. It stuck apostrophes in and made my code look weird (and it’s weird enough already). They’re the correct color everywhere else, even on the same line but just not surrounding an EL statement. I couldn’t find a color options that affected this action though but as there are so many now, I may have missed it…
I’m running 4.0 M3 on Linux and everything else is wonderful…
regards