emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/zig-mode e69ebc0 012/104: and, or, @panic.


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode e69ebc0 012/104: and, or, @panic.
Date: Sun, 29 Aug 2021 11:36:54 -0400 (EDT)

branch: elpa/zig-mode
commit e69ebc0d2506fcb3baac8b6982c81d069362f9f8
Author: Andrea Orru <andreaorru1991@gmail.com>
Commit: Andrea Orru <andreaorru1991@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"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]