Perl comment color bleeds into line No.
Brought to you by:
weaselp
Multi-line perl comments do not exist.
A Perl comment line ends at the end of the line it is
started on.
Multi-line perl comments seem to be occuring, with the
closing </font> line being at the beginning of the
next line.
This has the side effect of the line number for a line
after a perl comment being coloured as well.
Solutions:
1. Redo the comment regex to terminate at the end of a
line
2. Make the line number font aware, or seperately font
tagged.
Example:
# This is the first comment
# This is another comment
$variable
Running code2html over this will make the "2" and "3"
line numbers coloured gray like the variables
Logged In: YES
user_id=1487843
Originator: NO
I can confirm that this is still a problem in version 0.9.1.