Steven Edmunds
Steven Edmunds

Reputation: 314

How do you change syntax coloring in Eclipse for JSP scriptlets?

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

Answers (1)

lalithesh
lalithesh

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

Related Questions