branch: elpa/zig-mode commit e69ebc0d2506fcb3baac8b6982c81d069362f9f8 Author: Andrea Orru <andreaorru1...@gmail.com> Commit: Andrea Orru <andreaorru1...@gmail.com>
and, or, @panic. --- zig-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zig-mode.el b/zig-mode.el index 72acca2..a19c200 100644 --- a/zig-mode.el +++ b/zig-mode.el @@ -36,6 +36,7 @@ "@compileError" "@compileLog" "@compileVar" "@errorName" + "@panic" "@import" "@embedFile" "@clz" @@ -68,6 +69,7 @@ "if" "else" "for" "while" "goto" "break" "continue" + "or" "and" "switch" "return"))