Skip to content

flow comment type break newline #259

@hyrious

Description

@hyrious

For example,

example

I found this because some rmmv scripts use it to tell the game maker information.

For now, it has a simple workaround: only allow /*: comments to appear in oneline.

Change this line:

- match: /\*(?=\s*:)

To:

-    - match: /\*(?=\s*:)
+    - match: /\*(?=\s*:.*\*/)

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