Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.59.1
- OS Version: Windows_NT x64 10.0.19043
Steps to Reproduce:
- Make a JavaScript File
- type in:
for (const req of /require *\\( *["'\
](.+?)["'`] *\)/.exec(fileCode).slice(1)) {}` - some things in the brakets will be highlighted incorrectly