From https://github.com/Microsoft/vscode/issues/48361 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.40 / latest **Code** For the code: ```ts interface Foo { new: number; } interface Foo2 { new?: number; } ``` The optional `new` property is not properly syntax highlighted: 