diff options
| -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, |
