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.