mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(elixir): adapt to scanner rewrite
This commit is contained in:
parent
517a79c848
commit
4a8efcffc4
2 changed files with 2 additions and 2 deletions
|
|
@ -370,7 +370,7 @@ list.eex = {
|
|||
list.elixir = {
|
||||
install_info = {
|
||||
url = "https://github.com/elixir-lang/tree-sitter-elixir",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue