Skip to content

Remove "=" & left-assoc opers from "OP" regex. Fixes #18. #61

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
merged 1 commit into from
Jul 10, 2014

Conversation

mattdeboard
Copy link
Contributor

Munging the right-associative "=" and "+", "-", etc., in with the "OP"
regex was creating issues where they were being treated as "list-intros"
by SMIE.

I have not quite figured out yet how SMIE determines whether something
is a "list-intro" token but this definitely fixes this issue.

Munging the right-associative "=" and "+", "-", etc., in with the "OP"
regex was creating issues where they were being treated as "list-intros"
by SMIE.

I have not quite figured out yet how SMIE determines whether something
is a "list-intro" token but this definitely fixes this issue.
@mattdeboard
Copy link
Contributor Author

I'm positive there are even more issues here but the good news is that most of these PRs I'm merging in involve removing code!

mattdeboard added a commit that referenced this pull request Jul 10, 2014
Remove "=" & left-assoc opers from "OP" regex. Fixes #18.
@mattdeboard mattdeboard merged commit 57dab51 into master Jul 10, 2014
@mattdeboard mattdeboard deleted the fix-indents-after-newlines branch July 10, 2014 02:52
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