Add zsh support

fix queries location

Remove schema suffix on zsh parser

zsh support

Add zsh support
This commit is contained in:
George Harker 2025-10-21 11:30:12 -07:00
parent 645f42e85d
commit 8bff4e300e
7 changed files with 746 additions and 0 deletions

View file

@ -2703,4 +2703,13 @@ return {
maintainers = { '@rockorager' },
tier = 2,
},
zsh = {
install_info = {
location = 'tree-sitter-zsh',
revision = 'f9e968480a83351b16271054d87e178880124e09',
url = 'https://github.com/georgeharker/tree-sitter-zsh',
},
maintainers = { '@georgeharker' },
tier = 2,
},
}