Skip to content

Broken highlighting of jsx element inside array #624

Description

@mjbvz

From microsoft/vscode#51171

TS and JS Grammar Extension version: latest

Code

bar => (
    [
        <Baz key={`bar-${bar.id}`} />,
        <Qux />
    ]
)

screen shot 2018-06-06 at 2 45 40 pm

The opening '`' for the string is not being pick up properly

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions