From 4908cefd65afffd7a249d35514db81bd80a55ff0 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Mon, 31 Aug 2026 22:36:37 -0700 Subject: [PATCH] Update zsh-ts-mode.el --- elisp/zsh-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/zsh-ts-mode.el b/elisp/zsh-ts-mode.el index 4065638..5b54ce5 100644 --- a/elisp/zsh-ts-mode.el +++ b/elisp/zsh-ts-mode.el @@ -86,7 +86,7 @@ Note that \"let\" isn't included here as the parser treats it as a normal command.") (defvar zsh-ts-mode--treesit-keywords - (append sh-mode--treesit-keywords '("until")) + (append sh-mode--treesit-keywords '("until" "always")) "List of keywords defined in the grammar.") ;; from `bash-ts-mode'