diff options
| author | Connor Lay (Clay) <connorlay@pm.me> | 2021-10-05 19:34:18 -0700 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-13 01:31:49 +0200 |
| commit | 1676efb9b771ea889db2f7f48011b68d4f43ab9d (patch) | |
| tree | 5627a3e274347d683272fd639163cfc9503bccf9 /lua/nvim-treesitter/parsers.lua | |
| parent | 66f1873213617a334d4a7af947dad5b2b796dab2 (diff) | |
Switch to official elixir-lang parser
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2b666ab2..dc4c6e17 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -292,11 +292,11 @@ list.erlang = { list.elixir = { install_info = { - url = "https://github.com/ananthakumaran/tree-sitter-elixir", + url = "https://github.com/elixir-lang/tree-sitter-elixir", files = { "src/parser.c", "src/scanner.cc" }, - requires_generate_from_grammar = true, + branch = "main", }, - maintainers = { "@nifoc" }, + maintainers = { "@jonatanklosko" }, } list.surface = { |
