Code editor highlight breaks on try/catch |
|
Issue description
Consider the code snippet:
try {
} catch {
`${1}`
}
the highlighter stays in the string state after the code.
|
|
►
Sign in to add a comment |
|