On 23/06/2005, at 18.14, Eric Hsu wrote:
I tried a special rule { name = "string.quoted.double.q-pipe.perl"; begin = "\bq[qwx]*\|"; end = "\|"; patterns = ( { match = "(\b(.*)\b)"; } ); },
It didn't work either. Confusion.
Because it's placed _below_ the general rule, and the general one doesn't exclude |.
What's the patterns about btw?