tree-sitter-elixir
tree-sitter-elixir copied to clipboard
It would be nice to see a sample setup in the README showing a typical setup in neovim/lua with `nvim-treesitter`. I feel like I have it working, but I also...
I was able to run `npm install` and `make generate`, but it generates an empty directory in `~/.tree-sitter/bin/` 
Currently, we mark all nested identifier in the function declaration as `@variable.parameter`. This might have some corner cases, like if the parameter is an attribute or a pinned variable. ```elixir...
Example: Parsed tree for reference: ```lisp (program [0, 0] - [3, 0] (call [0, 0] - [2, 3] name: (identifier [0, 0] - [0, 3]) (call [0, 4] - [0,...