[PATCH] Syntax highlighting with 'b' string prefix

php.internals

Matt W

19 years ago
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

Andrei Zmievski

19 years ago
Applied, thanks. On Jan 8, 2007, at 7:18 PM, Matt Wilmas wrote: