diff options
| author | Marc Jakobi <marc.jakobi@tiko.energy> | 2023-09-27 16:24:49 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-09-27 17:18:14 +0200 |
| commit | cb139d880bcf9b3a6f29f2bd088a7491d1662918 (patch) | |
| tree | 570844fd1103a7f195b1b68dc4f5563041e2094d | |
| parent | feat(highlights): some haskell additions (diff) | |
| download | nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.tar nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.tar.gz nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.tar.bz2 nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.tar.lz nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.tar.xz nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.tar.zst nvim-treesitter-cb139d880bcf9b3a6f29f2bd088a7491d1662918.zip | |
chore(haskell): add mrcjkb as maintainer
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 = { |
