[TxMt] qq|...| in Perl bundle

Allan Odgaard allan at macromates.com
Thu Jun 23 17:15:06 UTC 2005


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?





More information about the textmate mailing list