-
Notifications
You must be signed in to change notification settings - Fork 56
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
ERROR on indented expressions that aren't really indented #433
Comments
Not really sure if this is an error or expected behavior, since technically the cases aren't indented in relation to the match expression, but this is valid Scala code |
Thanks for the report! If it's a valid Scala code, then it's tree-sitter-scala's bug. |
I kind of hate that it's valid Scala 3 code, but it is. |
Add me to the camp 😄 |
Looks like a duplicate of #264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit of tree-sitter-scala you tested this on
v0.23.2
A code sample showing the error
Show the error node
What do you expect the tree to look like
Where are you experiencing this error?
Emacs
The text was updated successfully, but these errors were encountered: