branch: elpa/zig-mode
commit 2c45c4595282ed9d730c0f962f4220b9bcdb2852
Merge: 1552e0e acebfb1
Author: Andrea Orru <and...@orru.io>
Commit: GitHub <nore...@github.com>

    Merge pull request #24 from joachimschmidt557/add-anyframe
    
    Add anyframe; remove promise
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index f4052cc..d4c0590 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -203,7 +203,7 @@ If given a SOURCE, execute the CMD on it."
     "comptime_int" "comptime_float"
 
     ;; Other types
-    "bool" "void" "noreturn" "type" "error" "anyerror" "promise"))
+    "bool" "void" "noreturn" "type" "error" "anyerror" "anyframe"))
 
 (defconst zig-constants
   '(

Reply via email to