diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-11-10 18:35:19 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-11-10 23:15:20 +0100 |
| commit | 0a6817bcbb6d843d579a119d98f405c1215f2ff5 (patch) | |
| tree | 3bf425381a45428f3a64423ebf75f5e2d37f475f | |
| parent | ci: add check for downstream queries (diff) | |
| download | nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.gz nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.bz2 nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.lz nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.xz nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.tar.zst nvim-treesitter-0a6817bcbb6d843d579a119d98f405c1215f2ff5.zip | |
feat(haskell): switch to maintained fork
| -rw-r--r-- | SUPPORTED_LANGUAGES.md | 2 | ||||
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md index 95510e5af..4ac36d9c1 100644 --- a/SUPPORTED_LANGUAGES.md +++ b/SUPPORTED_LANGUAGES.md @@ -120,7 +120,7 @@ ecma (queries only)[^ecma] | unstable | `HFIJL` | @steelsojka [gstlaunch](https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch) | unstable | `H ` | @theHamsta [hack](https://github.com/slackhq/tree-sitter-hack) | unstable | `H J ` | [hare](https://github.com/tree-sitter-grammars/tree-sitter-hare) | unstable | `HFIJL` | @amaanq -[haskell](https://github.com/tree-sitter/tree-sitter-haskell) | unstable | `HF JL` | @mrcjkb +[haskell](https://github.com/tree-sitter-grammars/tree-sitter-haskell) | unstable | `HF JL` | @mrcjkb [haskell_persistent](https://github.com/MercuryTechnologies/tree-sitter-haskell-persistent) | unstable | `HF ` | @lykahb [hcl](https://github.com/tree-sitter-grammars/tree-sitter-hcl) | unstable | `HFIJ ` | @MichaHoffmann [heex](https://github.com/connorlay/tree-sitter-heex) | unstable | `HFIJL` | @connorlay diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 41c35c873..360dd462e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -889,8 +889,8 @@ return { }, haskell = { install_info = { - revision = '0975ef72fc3c47b530309ca93937d7d143523628', - url = 'https://github.com/tree-sitter/tree-sitter-haskell', + revision = '2e51745eed8cd2ec429302b74250189467d665a4', + url = 'https://github.com/tree-sitter-grammars/tree-sitter-haskell', }, maintainers = { '@mrcjkb' }, tier = 2, |
