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.

Block comment before regex literal with quote can break highlighting #530

Open
@nwhetsell

Description

@nwhetsell

Prerequisites

Description

Here’s an example with a block quote before a regex literal:

var test = /* */ /"/;
// comment
// comment
// comment

Here’s an example without the block quote:

var test =       /"/;
// comment
// comment
// comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions