branch: elpa/zig-mode commit ad844c3426a473f41335efbef0c923fc82074150 Author: joachimschmidt557 <joachim.schmidt...@outlook.com> Commit: joachimschmidt557 <joachim.schmidt...@outlook.com>
noasync -> nosuspend --- zig-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zig-mode.el b/zig-mode.el index 69927c7..3a0299f 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -176,7 +176,7 @@ If given a SOURCE, execute the CMD on it." ;; Statement "break" "return" "continue" "asm" "defer" "errdefer" "unreachable" - "try" "catch" "async" "noasync" "await" "suspend" "resume" + "try" "catch" "async" "nosuspend" "await" "suspend" "resume" ;; Conditional "if" "else" "switch" "and" "or" "orelse"