Open
Description
Try this on https://vscode.dev/ or in VS Code:
See comments for where it fails.
class C {
A() {
return foo(bar, <
a
>{ v: "a string" }); // string is not colored
}
B() {
return 101; // return keyword is not colored
}
}
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version:
- OS Version:
Steps to Reproduce: