From https://github.com/Microsoft/vscode/issues/60774 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.45 / latest **Code** For the JavaScript ```ts +new Date - 1 < 2; var abc = 'abc'; function abc2() { } ``` The highlighting is currently broken after the `+new Date` line: 
From microsoft/vscode#60774
TS and JS Grammar Extension version: 0.0.45 / latest
Code
For the JavaScript
The highlighting is currently broken after the
+new Dateline: