microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
397 stars 125 forks source link

JS & TS tokenizers don't support regexes with the "v" flag #1021

Open nnmrts opened 4 months ago

nnmrts commented 4 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. Write const regex = /test/v; in any .(j|t)sx? file
  2. See that syntax highlighting breaks

Bildschirmfoto 2024-03-01 um 02 12 50

https://github.com/microsoft/vscode/assets/20396367/1143c919-2ee1-4573-9214-ef94e3e89eaf

anthonyvdotbe commented 3 months ago

You might want to close this as a duplicate of #1006