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
|
|
@ -105,7 +105,7 @@
|
|||
"revision": "f742f2fe327463335e8671a87c0b9b396905d1d1"
|
||||
},
|
||||
"elixir": {
|
||||
"revision": "4ba9dab6e2602960d95b2b625f3386c27e08084e"
|
||||
"revision": "f74a75dadf724e3b896f85c4a82ec519821e430d"
|
||||
},
|
||||
"elm": {
|
||||
"revision": "692c50c0b961364c40299e73c1306aecb5d20f40"
|
||||
|
|
|
|||
|
|
@ -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