**[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.49 / latest **Code** ```ts function validateEmail(e) { if (true) /"/.test(e); return 1 + 1; } ``` After the `"`, the rest of the line is highlighting incorrectly: 