Reputation: 1095
Is it somehow possible to change the tag-colors (not one-by-one, but for all of them... or else one-by-one would also be okay) of imported tag library tags (like e.g. jstl
-tags: <c:if>
, <c:forEach>
, or <my:tag>
, etc.)? Just to make some visual difference within a JSP-code between usual HTML-tags and all the rest.
Upvotes: 1
Views: 156
Reputation: 1475
Other than Preferences > Java > Editor > Syntax Coloring, I'm pretty sure you can't change tag colors for custom tags.
Upvotes: 1