I haven't found an easy way to add a simple syntax to Eclipse, regarding conf files.

I took a look at xText, but seems really complex for something really simple.

I basically want to color the lines beginning with # and = operators.

The conf file comes from the play framework if that matters.

I would like to stay within Eclipse and not edit it in another editor if possible.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Looks like I didnt look hard enough...

play! framework provides a syntax coloring plugin with their framework :O, it worked fairly well, just tweaked it a little so it stays consistent with the color themes plugin (using the wombat theme :) ).

link: http://www.playframework.org/documentation/1.1.1/ide

Additionally, an Eclipse plugin is available in your Play distribution, in the support/eclipse/ directory. To install it, simply copy the JAR file you will find to your Eclipse installation’s dropins folder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.