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

Clean up several minor bugbears in elixir-smie. #75

Merged
merged 16 commits into from Aug 16, 2014

Conversation

mattdeboard
Copy link
Contributor

The changes are as follows:

  1. Removed COMMA from the list of block intro keywords. This was the source of a whole class of problems.
  2. Removed the unused second parameter from the signature for elixir-smie-next-token-no-lookaround.
  3. elixir-smie-grammar is now a constant.
  4. Changed code layout of elixir-smie-grammar.
  5. Removed several elixir-smie-rules that were rendered redundant with changes in Remove special indentation rules for operators, except booleans. #74.
  6. Removed a test that was testing deprecated syntax.

mattdeboard added a commit that referenced this pull request Aug 16, 2014
Clean up several minor bugbears in elixir-smie.
@mattdeboard mattdeboard merged commit 6f8769a into master Aug 16, 2014
@mattdeboard mattdeboard deleted the rejigger-smie-grammar branch August 16, 2014 07:36
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.

None yet

1 participant