Skip to content

JavaScript var and const multi-line defintions not coloured. #4304

@leegee

Description

@leegee
  • VSCode Version: 0.10.11
  • OS Version: Microsoft Windows [Version 10.0.10586]

Steps to Reproduce:

Enter the following code in a ECMA/JS file:

var foo = 1,
    bar = 2;
const FOO = 1,
     BAR = 2;

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