tks Allan - I'll follow up on this<br><br><div><span class="gmail_quote">On 3/19/07, <b class="gmail_sendername">Allan Odgaard</b> <<a href="mailto:throw-away-1@macromates.com">throw-away-1@macromates.com</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 18. Mar 2007, at 12:24, Greg Hauptmann wrote:<br><br>> Any tips on how to change the format of a line of Ruby based on
<br>> it's content?<br>><br>> In particular I was wanting to try deemphasize logging lines (i.e.<br>> starting with "logger.*") by setting the text font to a gray.<br>> Any ideas/tips would be great.  Couldn't seem to see when it would
<br>> be possible to do this in the bundle manager.<br><br>You would need to add a rule to your language grammar that matches<br>these lines, then you can style them accordingly.<br><br>See <a href="http://macromates.com/textmate/manual/language_grammars">
http://macromates.com/textmate/manual/language_grammars</a><br><br>In your case, it might be best to start a new grammar, add a rule for<br>the logger lines, then include the regular Ruby grammar. That way, if<br>the regular grammar is updated, you will see these changes in your
<br>"subclass".<br><br><br>______________________________________________________________________<br>For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>(threading gets destroyed and the universe will collapse if you don't)
<br><a href="http://lists.macromates.com/mailman/listinfo/textmate">http://lists.macromates.com/mailman/listinfo/textmate</a><br></blockquote></div><br>