js 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:
js code:
>>>var i=0;<<<
>>>++i;<<<
>>>++i;<<<
is annoying...