I noticed that the multiline comments in the scriptlet tag are NOT syntax highlighted. Actually, that is not what I noticed first…First, I realized that the java keywords within a multiline comment were syntax highlighted.
For example:
<%
/*
* Retrieve the Review container from the session,
* if null, re-instantiate.
*/
%>
the whole comment stays black, EXCEPT the “if” and “null” get highlighted as keywords.
Is this a bad setting on my part or a bug?