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

Fix lua patcher handling comments #60

Merged
merged 1 commit into from
Sep 2, 2016

Conversation

gamax92
Copy link
Contributor

@gamax92 gamax92 commented Aug 5, 2016

Lines like: if (expression) do_something -- comment
Get incorrectly patched to if expression then do_something -- comment end

This PR fixes that issue (also cleans up some of the sub lines)

Lines like: ```if (expression) do_something -- comment```
Get incorrectly patched to ```if expression then do_something -- comment end```
@gamax92 gamax92 merged commit 0cfaeea into picolove:master Sep 2, 2016
@gamax92 gamax92 deleted the fix_lua_patcher branch April 13, 2018 19:12
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

Successfully merging this pull request may close these issues.

None yet

1 participant