On Oct 18, 2012, at 11:14 AM, Chris Knight <cpk.stealth(a)gmail.com> wrote:
[…] I want to do is use the capture in another match
statement to find all references to the same labels when they are being called.
Sorry, this is not possible.
In your example you branch forward to the label (before it’s declared), so there would be
no way to achieve your desired goal (of highlighting known labels) without a multi-pass
parser (which the TextMate syntax highlighter is certainly not).