Open GoogleCodeExporter opened 9 years ago
confirmed: https://jsfiddle.net/amroamroamro/5u7v6aoy/
So \Exception
shows up fine because \E
is treated as plain followed by xception
also as plain, then both get combined as plain.
But \PDoException
is parsed as: \P
plain, then DoException
is treated as type name.
This bug is not specific to PHP, it's the way the generic highlighter incorrectly handles an escape token followed by a type names (starting with an upper case letter).
It's related to 11c71c4d which fixed issue #144
Original issue reported on code.google.com by
ext.rmol...@gmail.com
on 6 Nov 2013 at 9:56Attachments: