Skip to content

Incorrect highlighting with function with multiple generic arguments #698

Closed
@mjbvz

Description

microsoft/vscode#65211

TS and JS Grammar Extension version: latest

Code
For the TYpeScript

const children = [].map<Set<Map<number, string>>>(element => {
	if (!this.identityProvider) {
		return element;
	}
	return element;
});

Colorization is incorrect for some elements inside the lambda body

screen shot 2018-12-17 at 3 51 30 pm

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions