aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 8f96583ed..c55bc973a 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -633,6 +633,15 @@ list.haskell = {
},
}
+list.haskell_persistent = {
+ install_info = {
+ url = "https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent",
+ files = { "src/parser.c", "src/scanner.cc" },
+ },
+ filetype = "haskell.persistent",
+ maintainers = { "@lykahb" },
+}
+
list.hcl = {
install_info = {
url = "https://github.com/MichaHoffmann/tree-sitter-hcl",