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

Add elixir language support #317

Merged
merged 4 commits into from
Mar 29, 2022
Merged

Add elixir language support #317

merged 4 commits into from
Mar 29, 2022

Conversation

VitorTrin
Copy link
Contributor

closes #316

@@ -17,6 +17,7 @@ tree-sitter-javascript = "0.20.0"
tree-sitter-typescript = "0.20.0"
tree-sitter-python = "0.19.1"
tree-sitter-toml = "0.20.0"
tree-sitter-elixir = { git = "https://github.com/VitorTrin/tree-sitter-elixir.git"}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using the fork, can you make a PR upstream at https://github.com/VitorTrin/tree-sitter-elixir with your changes?

Also, a version requirement (In this case I think the current release is in the tree-sitter-elixer block couldn't hurt :) Otherwise we may explode the next time main / master gets pushed...

Cheers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@dzhou121
Copy link
Collaborator

Thanks!

@dzhou121 dzhou121 merged commit 8927e6d into lapce:master Mar 29, 2022
@zoedsoupe
Copy link

treesitter-elixir also support embedded elixir too, didn’t it? for this case those extensions would be eex (extended elixir), heex (html + eex) and leex (deprecated)

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.

Add Elixir syntax support
4 participants