mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -47,9 +47,6 @@
|
|||
"dot": {
|
||||
"revision": "d5842f7c1f5aca2ef9fdf43c2dd8c3bbd21f81d8"
|
||||
},
|
||||
"elixir": {
|
||||
"revision": "9cf8676eb6f1c3656d4393c8c457ec0b426f9d28"
|
||||
},
|
||||
"elm": {
|
||||
"revision": "d29c06684fd4790ba0241e852eaa7d07b3cc4388"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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