From 464009ed68ba911650df199555452f4087b57f9d Mon Sep 17 00:00:00 2001 From: Jeremy Hertel Date: Wed, 6 Aug 2025 20:30:30 -0500 Subject: [PATCH] remove async, await, and usingnamespace as keywords --- zig-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zig-mode.el b/zig-mode.el index 4499f28..71bc546 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -198,7 +198,7 @@ If given a SOURCE, execute the CMD on it." ;; Statement "break" "return" "continue" "asm" "defer" "errdefer" "unreachable" - "try" "catch" "async" "nosuspend" "await" "suspend" "resume" + "try" "catch" "nosuspend" "suspend" "resume" ;; Conditional "if" "else" "switch" "and" "or" "orelse" @@ -207,7 +207,7 @@ If given a SOURCE, execute the CMD on it." "while" "for" ;; Other keywords - "fn" "usingnamespace" "test") + "fn" "test") symbol-end) . font-lock-keyword-face)