-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
For 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*:.*\*/)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
