--- Tim Chase <[EMAIL PROTECTED]> wrote:

> > Is there a way to highlight unmatched strings for " and ' in a syntax file?
> 
> What is an "unmatched string"?

Here's two matches which will find a string that extends to the end of the
line:

  syntax match Error /"\%(\\.\|[^"]\)*$/
  syntax match Error /'\%(\\.\|[^']\)*$/

regards,
Peter 


                
____________________________________________________ 
Do you Yahoo!? 
Take part in Total GirlÂ’s Ultimate Slumber Party and help break a world record 
http://www.totalgirl.com.au

Reply via email to