Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

inline const declarations regex bug #196

Open
@ghost

Description

const a = 1
const b = 2

is consistent but

const a = 1, b = 2, c = 3

does not properly color code b or anything after.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions