Update zsh-ts-mode.el

This commit is contained in:
2026-08-31 22:36:37 -07:00
parent 92a733e106
commit 4908cefd65
+1 -1
View File
@@ -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'