New issue
Advanced search Search tips

Issue 836428 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Code editor highlight breaks on try/catch

Project Member Reported by alph@chromium.org, Apr 24 2018

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