Hi,<br><br>Is there a way to setup Textmate (for Ruby on Rails development) such that when I'm "tailing" the error log I will get different line colors for errors based on the severity of the error? <br><br>Eg 
<br>  - logger.error ('xxx')   => RED<br>  - logger.warning ('xxx')  => ORANGE<br>  - etc<br><br>Thanks in advance<br>Greg<br>