[TxMt] Minor Shell Language bug

Allan Odgaard throw-away-1 at macromates.com
Thu Oct 20 13:33:28 UTC 2005


On 20/10/2005, at 0.18, Gerd Knops wrote:

> The syntax highlighting for below shell script is incorrect, the  
> nested parenthesis are not properly handled. No idea if this can be  
> easily fixed...

It's actually the here-doc which isn't handled. I added:
     patterns = (
         { include = '$self'; }
     );

To the $( … ) rule, so the interpolated code gets parsed as well.




More information about the textmate mailing list