feat(zsh)!: update parser and queries

This commit is contained in:
Christian Clason 2026-03-20 10:38:35 +01:00 committed by Christian Clason
parent 2b50ab5ccb
commit 53f6ce29df
2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -14,9 +14,8 @@
[ [
";" ";"
";;" ";;"
";&" (case_fallthrough)
";;&" (case_test_next)
";|"
"&" "&"
] @punctuation.delimiter ] @punctuation.delimiter