From https://github.com/Microsoft/vscode/issues/61215 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** 0.0.46 / latest **Code** For the code ```ts type T = { a: number } & ({ b: number }) ``` The coloring of `({ b: number })` is incorrect (specifically `number`): <img width="477" alt="screen shot 2018-10-22 at 2 49 17 pm" src="https://user-images.githubusercontent.com/12821956/47321449-b2f12d00-d609-11e8-8e63-0f4f15e1f543.png">