mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(haskell_persistent): adapt to scanner rewrite
This commit is contained in:
parent
1ccbf82a9c
commit
42d0fb31bd
1 changed files with 1 additions and 1 deletions
|
|
@ -723,7 +723,7 @@ list.haskell = {
|
||||||
list.haskell_persistent = {
|
list.haskell_persistent = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent",
|
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",
|
filetype = "haskellpersistent",
|
||||||
maintainers = { "@lykahb" },
|
maintainers = { "@lykahb" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue