mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(zsh)!: update parser and queries
This commit is contained in:
parent
2b50ab5ccb
commit
53f6ce29df
2 changed files with 3 additions and 4 deletions
|
|
@ -2687,7 +2687,7 @@ return {
|
||||||
},
|
},
|
||||||
zsh = {
|
zsh = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'b5d435fdef93257af6a7b6f957662fc88942609f',
|
revision = 'bd344c23a7683e293d077c6648e88f209782fedb',
|
||||||
url = 'https://github.com/georgeharker/tree-sitter-zsh',
|
url = 'https://github.com/georgeharker/tree-sitter-zsh',
|
||||||
},
|
},
|
||||||
maintainers = { '@georgeharker' },
|
maintainers = { '@georgeharker' },
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,8 @@
|
||||||
[
|
[
|
||||||
";"
|
";"
|
||||||
";;"
|
";;"
|
||||||
";&"
|
(case_fallthrough)
|
||||||
";;&"
|
(case_test_next)
|
||||||
";|"
|
|
||||||
"&"
|
"&"
|
||||||
] @punctuation.delimiter
|
] @punctuation.delimiter
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue