if(!/^https?:\/\//.test(val) && foo == 'bar') {
    val = 'http://' + val;
}

As you can see, the // causes the highlighter to switch to comment mode which is incorrect.

share|improve this question

1 Answer

up vote 4 down vote accepted

This is an issue with Google Prettify, I think.

I've submitted a bug report.

Update: resolved

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged