Seems that something changed in the syntax highlighting for javascripts in build 4620
In build 4619 the javascript-line:
Quote: |
p.appendChild(doc.createTextNode('<?=_T('my text here')?>'));
|
was parsed ok and the line was somewhat correctly highlighted.
the text:
<?=_T('
and
)?>'
was green, since they were recognized as strings.
the text:
my text here
was black, but thats ok since it´s not a standard javascript-line, it´s parsed via PHP.
however, the problem is that from build 4620 the whole document gets green after the first '-char in that line.
so what is changed and what is broken? =)