Incorrect highlighting with function with multiple generic arguments #698
Closed
Description
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
Metadata
Assignees
Labels
No labels