Message: 9
Date: Wed, 28 Dec 2011 08:45:02 -0800 (PST)
From: John Relosa <
john.relosa@yahoo.com>
To: "
textmate@lists.macromates.com" <
textmate@lists.macromates.com>
Subject: [TxMt] Coloring for a function call
Message-ID:
<
1325090702.17456.YahooMailNeo@web121902.mail.ne1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"
Hello,
I am trying to create a bundle where in the particular language after a function definition you would call that function with:
[code....]
function my_function_name
.
.
code
.
.
end function
...more code...
call my_function_name
[/code....]
Now for the question to the TxMt gurus:
How would I make it so the "my_function_name" has a different color after the "call" keyword ??
I have already made the "call" to be a reserved keyword colored blue but if would be nice to have the "my_function_name" function colored red or some other catchy color after the word "call"
Is that possible and what would be the syntax for the bundle?
Thanks in
advance.
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.macromates.com/textmate/attachments/20111228/5a5b2143/attachment-0001.html>