From 1ddb266477eccf432983d723f94b86361b020010 Mon Sep 17 00:00:00 2001 From: George Harker Date: Wed, 5 Nov 2025 20:13:53 -0800 Subject: feat(parsers): add zsh support (#8240) Co-authored-by: Christian Clason Co-authored-by: Riley Bruins Co-authored-by: Tayfun Bocek --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') 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, + }, } -- cgit v1.2.3-70-g09d2