From https://github.com/microsoft/vscode/issues/76327 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** latest from master **Code** ```tsx const b = <Element />; const a = /**/ <Element />; ``` **Bug** On the second line, `<Element />` is not parsed as jsx.