**[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.43 / latest From https://github.com/Microsoft/vscode/issues/56229 **Code** ```ts interface DagEdge { id? } var a = 1; ``` Highlighting is broken after the interface declaratio 