Hello,
I've seen some bundles do that but I can't figure out the way to accomplish this.
In the language that I am working on I have variables and arrays etc... Is there a way that I can have a variable declared with a $ symbol and then have it custom colored every time any word has the $symbol in front?
Something like
declare $variable declare %array[]
so every time these variables appear in the script they would be a certain(assignable) color and a different color for the %array?.
Thank you.
Best, John
On 19 Jul 2011, at 00:07, John Relosa wrote:
Is there a way that I can have a variable declared with a $ symbol and then have it custom colored every time any word has the $symbol in front?
You can setup general rules for coloring: http://manual.macromates.com/en/language_grammars
Something like
declare $variable declare %array[]
so every time these variables appear in the script they would be a certain(assignable) color and a different color for the %array?.
If you want simple pattern-based coloring, the above link explains it all.
If you want to add intelligence, like having $array colored differently than $map then that is not possible (without putting all the variable names in the grammar).