Skip to content

Full line of comments parsed as an operator_identifier #133

Closed
@ckipp01

Description

@ckipp01

Maybe an odd use case but I have a code base with comments like:

//////////////////
// MAIN MODULES //
//////////////////

And this ends up parsing as:

operator_identifier [24, 6] - [24, 27]
comment [25, 6] - [25, 27]
operator_identifier [26, 6] - [26, 27]

When it should really just be 3 comments.

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