Closed
Description
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
Labels
No labels