tree-sitter-elixir
tree-sitter-elixir copied to clipboard
Elixir grammar for tree-sitter
GitHub and some other tree-sitter consumers (the Lapce editor comes to mind) consume tree-sitter parsers through Rust crates. @patrickt would be happy to set up the crate but would like...
We need to handle these syntaxes. These should be standalone grammar handling .heex/.surface files, but we will also use tree-sitter injection to parse the relevant sigil nodes. @connorlay already worked...
I've been fiddling with the (H)EEx queries lately trying to find something that works really well. There are some tough cases that I think might be solveable with changes to...
It would be interesting if we have support for Emacs. Currently, I'm setting Emacs and tree-sitter using https://github.com/emacs-tree-sitter/elisp-tree-sitter to work on my local machine. I can help try integrating on...
Forgive me if this is a neovim specific issue, though I don't think it is -- The comment parsing in elixir seems to be done by block instead of by...