From https://github.com/Microsoft/vscode/issues/47910 **[TS and JS Grammar Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.typescript-javascript-grammar) version:** latest from master **Code** ```ts const getByKind = async <T>(): Promise<Map<number, T>[]> => { return [] } ``` Highlighting breaks after the `<T>` generic type parameter: <img width="529" alt="screen shot 2018-04-16 at 12 00 01 pm" src="https://user-images.githubusercontent.com/12821956/38829377-b548db9c-416d-11e8-8a95-3f99a96f3b26.png">