JSP/HTML editor preferences :
If you look at the preview there is one line that can’t be modified:
<%! public boolean value = true; %>
What I am axctually looking for is to highlight all jsp syntax with a different background color. e.g. also <%= … %> or <% .. %>.
These statements are closest to the line mentioned above, but I am not even sure that solving the above mentioned issue will provide me with what I need. Or am I mising somthing?
Thanks for your help