chore(haskell): add mrcjkb as maintainer

This commit is contained in:
Marc Jakobi 2023-09-27 16:24:49 +02:00 committed by Christian Clason
parent ec0e344f6e
commit cb139d880b
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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 = {