aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index e980ae3c3..883403fd6 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -2701,4 +2701,12 @@ return {
maintainers = { '@rockorager' },
tier = 2,
},
+ zsh = {
+ install_info = {
+ revision = 'v0.34.0',
+ url = 'https://github.com/georgeharker/tree-sitter-zsh',
+ },
+ maintainers = { '@georgeharker' },
+ tier = 1,
+ },
}