Reputation: 314
When I open a jsp file in the JSP Editor in Eclipse only keywords and strings are colored in the scriptlets, though outside the scriptlets everything looks okay. How do I change the syntax coloring in the scriptlets, preferably using the settings I've already set up for Java?
I'm using the Java EE bundle of Eclipse Indigo, and a java 1.6 jdk.
Upvotes: 2
Views: 2947
Reputation: 19
You can do this: highlight the piece of code that you want the changes to be made, right-click on it, go to preferences> {whatever you are trying to change the settings of,for e.g., jsp,etc.} > Editor > Syntax coloring and make the changes that you want. Hope this will help you.
Upvotes: 1