Ant Property Colours
At the moment the Ant highlighting looks a bit like this:
<property name="war.filename" value="Peace"/>
<property name="build.dir" value="build/${war.filename}"/>
I thought it might be clearer to highlight the property usages like constants in Java classes so you got something like this:
<property name="war.filename" value="Peace"/>
<property name="build.dir" value="build/${war.filename}"/>
Is that better or worse?
A larger snippet might give a better perspective.
Please sign in to leave a comment.
I have also noticed that the variables are not highlighted when they are in a CDATA block.
E.g. the following echo is shown like this
The target does expand the properties, so the highlighting probably should be:
Raising bugs for all my unaswered questions today :)
http://youtrack.jetbrains.net/issue/IDEA-59042