Color coding wrong in javascript ('<' taken as tag start)
Status: Pre-Alpha
Brought to you by:
l950637
The following code is displayed in the wrong colors, it
is inside a piece of javascript, so it should be parsed
as a less-than but is instead interpreted as the
beginning of a tag.
Sample Code:
<html>
<body>
<script>
for(var i = 0; i < 100;++i)
{
}
//This should NOT display in green, the i<100 above is
not the beginning of a tag!
</script>
</body>
</hmtl>
Logged In: NO
see also feature request 578595