Re: [PHP-DEV] [PATCH] Syntax highlighting with 'b' string prefix

2007-01-09 Thread Andrei Zmievski
Applied, thanks. On Jan 8, 2007, at 7:18 PM, Matt Wilmas wrote: Hi all, Just noticed that the 'b' prefix doesn't appear in syntax highlighting, nor Tokenizer extension, with T_CONSTANT_ENCAPSED_STRING (and with heredocs in 5.2). That's because yytext is incremented. I've attached patches

[PHP-DEV] [PATCH] Syntax highlighting with 'b' string prefix

2007-01-08 Thread Matt Wilmas
Hi all, Just noticed that the 'b' prefix doesn't appear in syntax highlighting, nor Tokenizer extension, with T_CONSTANT_ENCAPSED_STRING (and with heredocs in 5.2). That's because yytext is incremented. I've attached patches (didn't test HEAD's) with a quick fix if it's acceptable. :-) Matt In