-
Couldn't load subscription status.
- Fork 838
First pass at adding a language mode for elixir #1571
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
Conversation
|
Addresses #1512 |
|
Related: cursorless-dev/cursorless#1844 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The majority looks good to me, just need to reduce some of the bespoke spoken forms that can actually be implemented via tags
I am not an elixir expert but I think this covers the basics. I wasn't able to find an elixir example in community forks so I put this together on my own. When this gets merged I will be on the lookout for feedback to improve it incrementally in subsequent changes. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Phil Cohen <[email protected]>
I am not an elixir expert but I think this covers the basics. I wasn't able to find an elixir example in community forks so I put this together on my own.
When this gets merged I will be on the lookout for feedback to improve it incrementally in subsequent changes.