Skip to content

Inconsistent highlighting of class extends / implements type when brace on next line #551

@mjbvz

Description

@mjbvz

TS and JS Grammar Extension version: 0.0.22 / latest

From microsoft/vscode#40161

Code

class a extends b, c
{ 
}

screen shot 2017-12-13 at 10 38 56 am

Notice that b and c are scoped differently.

The scopes are correct when the { is on the same line:

class a extends b, c { 
}

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