Skip to content

Line comment to eager to highlight  #8

Description

@MadsAdrian

Hello,

I think the regex for the line_comment_string.begin need some work. It is not a line comment if * and ; are not on the same line, no?

Example of (what I consider) wrong highlighting:
image

"begin": "(^[\\s%]*\\*)",

i think something like ^[\s%]*\*[^\n]*;[^\n]*$ would do the trick, but I have not tested it extensively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions