Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks code with comments at the end of lines #31

Open
Saturnyoshi opened this issue Nov 9, 2019 · 0 comments
Open

Breaks code with comments at the end of lines #31

Saturnyoshi opened this issue Nov 9, 2019 · 0 comments

Comments

@Saturnyoshi
Copy link

This script:

var f = file_text_open_append_ns(argument0, -1); //thx yal
file_text_write_line_ns(f, argument1);
file_text_close_ns(f);

Becomes the following:

var f = file_text_open_append_ns(argument0, -1);
//thx yal file_text_write_line_ns(f, argument1);
file_text_close_ns(f);

This problem seems to be consistent for all similarly placed comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant