-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.81.0 / 6445d93c81ebe42c4cbd7a60712e0b17d9463e97
- OS Version: Windows_NT x64 10.0.19045
Snippet:
function one() {
return (
{
toString: () => {
return "Something";
}
}
);
}
function two() {
return "??";
}Steps to Reproduce:
- Paste the following into a fresh file with JavaScript set as a language
- Observe keyword highlighting not working correctly for any functions following
function one
This specific nesting (a lambda function with a block inside a property of an object inside parenthesis in a return statement) triggers the effect.
Metadata
Metadata
Assignees
Labels
No labels
