Thanks again for the prompt reply and fix.
Tested with latest trunk revision (398).
The following regular expression literals are not highlighted.
- Code: Select all
var a = "";
var b = "c";
var c = (a === b ? /^b$/ : /^a$/i);
var d = {w: /^d$/, y: /^abc$/};
var e = [/^d$/, "abc"];
return /^C$/i.test(b);
Best regards.
