Skip to content

Incorrect JSX highlighting when less than and great than used in expression #518

@mjbvz

Description

@mjbvz

From microsoft/vscode#34215

TS and JS Grammar Extension version: 0.0.22 / latest

Code

(<a title={i >= 2 && i < 3 ? "first branch" : i > (j - 2) * 4 ? "second branch" : "third branch" } />)

screen shot 2017-09-12 at 9 18 36 am

Note that i has three different colors here

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