mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
fix(elm): adapt to scanner rewrite
This commit is contained in:
parent
b75f79bc5f
commit
4ba25e973c
2 changed files with 2 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ list.elixir = {
|
|||
list.elm = {
|
||||
install_info = {
|
||||
url = "https://github.com/elm-tooling/tree-sitter-elm",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@zweimach" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue