From b9f9d692f1c7f0427502a3b84fa25d4bedb29ec1 Mon Sep 17 00:00:00 2001 From: George Harker Date: Mon, 16 Mar 2026 12:08:58 -0700 Subject: [PATCH] feat(zsh): update parser and queries add `;|` highlighting --- lua/nvim-treesitter/parsers.lua | 2 +- runtime/queries/zsh/highlights.scm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d894046c..c09bdfe3 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -2687,7 +2687,7 @@ return { }, zsh = { install_info = { - revision = '5aa8b258cc81a5ac1b76faf7dfc1a11dad300830', + revision = 'b5d435fdef93257af6a7b6f957662fc88942609f', url = 'https://github.com/georgeharker/tree-sitter-zsh', }, maintainers = { '@georgeharker' }, diff --git a/runtime/queries/zsh/highlights.scm b/runtime/queries/zsh/highlights.scm index 75a37408..9c97ddce 100644 --- a/runtime/queries/zsh/highlights.scm +++ b/runtime/queries/zsh/highlights.scm @@ -16,6 +16,7 @@ ";;" ";&" ";;&" + ";|" "&" ] @punctuation.delimiter