Skip to content

Highlighting breaks after async templated arrow function #601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mjbvz opened this issue Apr 16, 2018 · 0 comments
Closed

Highlighting breaks after async templated arrow function #601

mjbvz opened this issue Apr 16, 2018 · 0 comments

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Apr 16, 2018

From microsoft/vscode#47910

TS and JS Grammar Extension version: latest from master

Code

const getByKind = async <T>(): Promise<Map<number, T>[]> => {
    return []
}

Highlighting breaks after the <T> generic type parameter:

screen shot 2018-04-16 at 12 00 01 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant