naomi icon indicating copy to clipboard operation
naomi copied to clipboard

flow comment type break newline

Open hyrious opened this issue 5 years ago • 0 comments

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: https://github.com/borela/naomi/blob/68b4f0bd555ab98d370a9d27e4b4df675b4813c8/syntaxes/flow1/comment.sublime-syntax#L24 To:

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

hyrious avatar Oct 05 '20 04:10 hyrious