-
Notifications
You must be signed in to change notification settings - Fork 94
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
Correct indention inside of block after empty line #18
Comments
@antifuchs You're the lisp master and also have an idea how It would be great if you find some time to check it out. 👍 I made some test for it: 3dced4e cheers sam |
This is, if not a fix, a workaround for half of elixir-editors#18. In my elixir files this produces no indentation errors; maybe you can test this against your setup and see if it doesn't raise any red flags for you. I don't know enough smie (yet), to look after the statement indentation error, that is the other error reported in elixir-editors#18.
This is actually more annoying than the other, and I'm realizing that the fix I made in #48 is kind of a hack. It seems like there is something "wrong"/incomplete with the grammar specification. All of these indentation issues have a common ancestor I'm just having a hard time sorting out what it is. |
Remove "=" & left-assoc opers from "OP" regex. Fixes #18.
Currently the indention after empty lines inside and after blocks aren't working as excepted.
Instead of:
We got:
And
Instead of:
We got:
/cc @antifuchs
The text was updated successfully, but these errors were encountered: