XML Syntax

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, MudGuard

Post Reply
cbech
Posts: 1
Joined: Fri Apr 15, 2011 6:48 pm

XML Syntax

Post 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?
Post Reply