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

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

[nongnu] elpa/zig-mode cb485ff 034/104: Added anyerror keyword


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode cb485ff 034/104: Added anyerror keyword
Date: Sun, 29 Aug 2021 11:36:58 -0400 (EDT)

branch: elpa/zig-mode
commit cb485ff8d5d9fab0ac88c7685072fb75df921398
Author: Jimmi Holst Christensen <jhc@liab.dk>
Commit: Jimmi Holst Christensen <jhc@liab.dk>

    Added anyerror keyword
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index f78080a..8f79b1d 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -100,7 +100,7 @@
     "comptime_int" "comptime_float"
 
     ;; Other types
-    "bool" "void" "noreturn" "type" "error" "promise"))
+    "bool" "void" "noreturn" "type" "error" "anyerror" "promise"))
 
 (defconst zig-constants
   '(



reply via email to

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