mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
Add zsh support
fix queries location Remove schema suffix on zsh parser zsh support Add zsh support
This commit is contained in:
parent
645f42e85d
commit
8bff4e300e
7 changed files with 746 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue