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

Don't show missing semicolon error when bracket is on next line #67

Closed
albrow opened this issue Oct 12, 2023 · 0 comments
Closed

Don't show missing semicolon error when bracket is on next line #67

albrow opened this issue Oct 12, 2023 · 0 comments
Labels
bug Something isn't working editor Code editor, error messages, control panel, etc.

Comments

@albrow
Copy link
Owner

albrow commented Oct 12, 2023

Currently there is a bug in the semicolon checker. If you write code like this:

Screenshot 2023-10-12 at 2 03 06 PM

The editor incorrectly shows a missing semicolon error:

Screenshot 2023-10-12 at 2 03 18 PM

Putting the bracket on the next line like this is different than the format that examples in the game use, but it should still be allowed.

@albrow albrow added bug Something isn't working editor Code editor, error messages, control panel, etc. labels Oct 12, 2023
@albrow albrow closed this as completed in 3198a7f Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working editor Code editor, error messages, control panel, etc.
Projects
None yet
Development

No branches or pull requests

1 participant