fix: rename filetype for haskell persistent to match vim

This commit is contained in:
Borys Lykah 2023-08-10 18:10:59 -06:00 committed by Amaan Qureshi
parent 898f9c13d6
commit c981ea0684

View file

@ -655,7 +655,7 @@ list.haskell_persistent = {
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.cc" },
}, },
filetype = "haskell.persistent", filetype = "haskellpersistent",
maintainers = { "@lykahb" }, maintainers = { "@lykahb" },
} }