Shoutbox

Multiline code highlighting - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: Forum & Website (/forumdisplay.php?fid=13)
+----- Thread: Multiline code highlighting (/showthread.php?tid=90423)

Multiline code highlighting by matty on 04-29-2009 at 01:15 PM

Javascript code:
>>>var i=0;
++i;
++i;<<<


Multiline highlighting doesn't work and I can understand why as the code looks for the <<< at the end of the line. DZ can you fix this so that the code would highlight each line?

Doing this:
code:
>>>var i=0;<<<
>>>++i;<<<
>>>++i;<<<
to achieve this:
Javascript code:
var i=0;++i;++i;

is annoying...