From e9984bb744d3a413f58f4151df081db746df9c48 Mon Sep 17 00:00:00 2001 From: Borys Lykah Date: Sat, 24 Jun 2023 13:00:47 -0600 Subject: feat: add support for haskell persistent library --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') 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", -- cgit v1.2.3-70-g09d2