Page 1 of 1

XML Syntax

Posted: Fri Apr 15, 2011 7:19 pm
by cbech
This is what I want

<?xml version="1.0"?>
<root>
<
feed>Black Text</feed>
</
root>

and the best Textpad can do is:
<?xml version="1.0"?>
<root>
<
feed>Black Text</feed>
</
root>

Is there a hierarchy to the way certain syntax colourings are applied? I mean, do comments get coloured last, thus overwriting any other highlighting?

If there is a hierarchy, can we get a general idea what it is so we might be able to "hack" a solution to my problem?

Otherwise, could you create something like
WrapperStart =
WrapperEnd =

for the syntax files? Where it colours anything INSIDE the tags, but not the tags themselves?