"PSPad":
--------------------------------------------------------------------------------
I don't understand. In PSPad 4.5.5 is the label
highlighted--------------------------------------------------------------------------------

PSPad properly highlights labels if they are at the beginning of a line:

_:TheLabel_

... or if it is part of a goto statement, like this:

_goto:TheLabel_

or this:

_goto TheLabel_


But the label is *not* highlighted when the label is indented, i.e.
preceded with spaces:

[space][space][space]:TheLabel

Another thing I neglected to mention before is that labels are not highlighted
when used in a call statement:

_call_:TheLabel

That might be tricky to code as the call statement is also used to call batch
files, the name of which should *not* be highlighted.

Hope that is a more understandable explanation.

-- 
<http://forum.pspad.com/read.php?2,56809,56817>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem