tree-sitter-elixir icon indicating copy to clipboard operation
tree-sitter-elixir copied to clipboard

Results 4 tree-sitter-elixir issues
Sort by recently updated
recently updated
newest added

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...

PR accepted

I was able to run `npm install` and `make generate`, but it generates an empty directory in `~/.tree-sitter/bin/` ![Screen Shot 2021-05-24 at 4 46 46 PM](https://user-images.githubusercontent.com/40211746/119411301-ce37e380-bcaf-11eb-8774-7723689f76d2.png)

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,...