buggrammarshelp wantedtypescript
Description
Extracted from https://github.com/microsoft/TypeScript-Website/issues/1870
const x = true ? /^([^"]*)"/ : /^([^']*)'/
/^([^"]*)"/ is not identified as a regex by the TS Monarch grammar, which breaks bracket matching:
