Syntax coloring of html files in eclipse

We use a custom cgi solution that uses% -tags in html files:

<% keyword some.stuff() %>

Does anyone know an easy way to get eclipse syntax coloring for these tags?

+5
source share
2 answers

Best would be the Eclipse Colorer plugin . This is a very elegant plugin based on the extensive Colorer library.

+1
source

HTML syntax coloring settings:

Preferences- Web- HTML files-Syntax coloring

apply , , , .

, , , , . HTML , java- .jsp javascript, , , , . , .jsp :

Preferences - Web - JSP files - Syntax coloring

html.

Syntax coloring Eclipse Preferences, .

+1

All Articles