mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Switch to official elixir-lang parser
This commit is contained in:
parent
66f1873213
commit
1676efb9b7
2 changed files with 3 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue