branch: elpa/zig-mode
commit cb485ff8d5d9fab0ac88c7685072fb75df921398
Author: Jimmi Holst Christensen <j...@liab.dk>
Commit: Jimmi Holst Christensen <j...@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