fix(haskell_persistent): adapt to scanner rewrite

This commit is contained in:
Christian Clason 2023-09-19 09:50:28 +02:00
parent 1ccbf82a9c
commit 42d0fb31bd

View file

@ -723,7 +723,7 @@ list.haskell = {
list.haskell_persistent = {
install_info = {
url = "https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
filetype = "haskellpersistent",
maintainers = { "@lykahb" },