Skip to content

Remove grammar clause for "fn" terminal. Fixes #7 #50

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

Merged

Conversation

mattdeboard
Copy link
Contributor

After stepping through SMIE functions with EDebug, I realized the only
actual problem in indenting blocks like these is that for the sake of
the grammar, fn is considered an opener (I think). I tried many ways to get this
particular issue sorted out, but the simplest was just to remove that
clause from the grammar.

After stepping through SMIE functions with EDebug, I realized the only
actual problem in indenting blocks like these is that for the sake of
the grammar, `fn` is considered an opener. I tried many ways to get this
particular issue sorted out, but the simplest was just to remove that
clause from the grammar.
mattdeboard added a commit that referenced this pull request Jul 5, 2014
Remove grammar clause for "fn" terminal. Fixes #7
@mattdeboard mattdeboard merged commit 2132422 into elixir-editors:master Jul 5, 2014
@mattdeboard mattdeboard deleted the indent-fn-in-assignment branch July 5, 2014 20:10
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
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.

1 participant