Re: shell mode syntax higlighting problem with here documents

2005-10-19 Thread Nicholas Sushkin
Stefan, Merci. I'll try to test the patch within the next couple of days and let you know. On Wednesday 19 October 2005 23:48, Stefan Monnier wrote: > If people who hack on SH scripts with lots of heredoc thingies could try > the patch below, it would help.  It's relative to the Emacs-CVS code

Re: shell mode syntax higlighting problem with here documents

2005-10-19 Thread Stefan Monnier
> #!/bin/bash > cat << EOF | \ > tee -a bug.txt > This is a test case for a bug in bash shell mode text highlighting > EOF If people who hack on SH scripts with lots of heredoc thingies could try the patch below, it would help. It's relative to the Emacs-CVS code. It seems "safe" and appears