aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index be26b8f4c..504f1e908 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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" },