feat(zsh): update parser and queries

add `;|` highlighting
This commit is contained in:
George Harker 2026-03-16 12:08:58 -07:00 committed by GitHub
parent ebc3201290
commit b9f9d692f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -2687,7 +2687,7 @@ return {
}, },
zsh = { zsh = {
install_info = { install_info = {
revision = '5aa8b258cc81a5ac1b76faf7dfc1a11dad300830', revision = 'b5d435fdef93257af6a7b6f957662fc88942609f',
url = 'https://github.com/georgeharker/tree-sitter-zsh', url = 'https://github.com/georgeharker/tree-sitter-zsh',
}, },
maintainers = { '@georgeharker' }, maintainers = { '@georgeharker' },

View file

@ -16,6 +16,7 @@
";;" ";;"
";&" ";&"
";;&" ";;&"
";|"
"&" "&"
] @punctuation.delimiter ] @punctuation.delimiter