Firstly, this is a great product. I am currently looking at
incorporating support for webcpp in a project I am doing
to provide php CVS Repository access (similar to
ViewCVS, etc).
Whilst testing the PHP highlighting capabilities, I
discovered that when a line ends in a single '$' symbol,
as is commonly seen in a comment with a $ID (from
CVS), your application appears to be looking for the
remainder of the variable name, and as a result freezes.
Below is a sample line (although the web interface splits
it) from my code which causes it to stop.
* @version $Id: phpcvs.php,v 1.6 2003/08/23 13:49:40
bcheesem Exp $
Kindest Regards
Brian Cheeseman. <bcheesem@users.sourceforge.net>