branch: elpa/zig-mode commit a0dc7dcfa82d00cca759527486508cd89b25e412 Merge: b4ae21a ad844c3 Author: Andrea Orru <and...@orru.io> Commit: GitHub <nore...@github.com>
Merge pull request #27 from joachimschmidt557/add-nosuspend 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"