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'