From cb139d880bcf9b3a6f29f2bd088a7491d1662918 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 27 Sep 2023 16:24:49 +0200 Subject: [PATCH] chore(haskell): add mrcjkb as maintainer --- README.md | 2 +- lua/nvim-treesitter/parsers.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a411c5d..50a72798f 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [groovy](https://github.com/Decodetalkers/tree-sitter-groovy) (maintained by @Decodetalkers) - [ ] [hack](https://github.com/slackhq/tree-sitter-hack) - [x] [hare](https://github.com/amaanq/tree-sitter-hare) (maintained by @amaanq) -- [ ] [haskell](https://github.com/tree-sitter/tree-sitter-haskell) +- [x] [haskell](https://github.com/tree-sitter/tree-sitter-haskell) (maintained by @mrcjkb) - [x] [haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) (maintained by @lykahb) - [x] [hcl](https://github.com/MichaHoffmann/tree-sitter-hcl) (maintained by @MichaHoffmann) - [x] [heex](https://github.com/connorlay/tree-sitter-heex) (maintained by @connorlay) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 7b40657f8..ee6ad3295 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -719,6 +719,7 @@ list.haskell = { url = "https://github.com/tree-sitter/tree-sitter-haskell", files = { "src/parser.c", "src/scanner.c" }, }, + maintainers = { "@mrcjkb" }, } list.haskell_persistent = {