Re: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes

2007-04-02 Thread Matthew Woehlke
Eric Blake-1 wrote: Current bash.xml accepts (a), but not (b). The single qoute is the start of string highlight. It's also not just the backtick block, but the backtick block inside of a double quote string block - and vice versa. First, be aware that `` in bash 3.1 was buggy, so you should up

Re: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes

2007-04-02 Thread Eric Blake-1
> > Current bash.xml accepts (a), but not (b). The single qoute is > > the start of string highlight. It's also not just the backtick > > block, but the backtick block inside of a double quote string > > block - and vice versa. First, be aware that `` in bash 3.1 was buggy, so you should upgrade

Re: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes

2007-04-02 Thread Matthew Woehlke
Carsten Lohrke wrote: Current bash.xml accepts (a), but not (b). The single qoute is the start of string highlight. It's also not just the backtick block, but the backtick block inside of a double quote string block - and vice versa. x="`echo \"'\\\"\"`"is valid My bash highlighter thinks