feat(parsers): add zsh support (#8240)

Co-authored-by: Christian Clason <c.clason@uni-graz.at>
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
Co-authored-by: Tayfun Bocek <tayfunbocek@live.ca>
This commit is contained in:
George Harker 2025-11-05 20:13:53 -08:00 committed by GitHub
parent 896e92a7f6
commit 1ddb266477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 762 additions and 0 deletions

View file

@ -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,
},
}