From https://github.com/microsoft/vscode/issues/84034 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** latest **Code** ```ts console.log("4" / "2"); // 2 ``` **Bug** The parts between the `/`s are considered a regular expression <img width="312" alt="Screen Shot 2019-11-06 at 8 02 03 PM" src="https://user-images.githubusercontent.com/12821956/68359320-5b1c4b80-00d0-11ea-94f6-836469aff18e.png">