mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
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:
parent
896e92a7f6
commit
1ddb266477
7 changed files with 762 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue