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

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

[nongnu] elpa/zig-mode 2c45c45 059/104: Merge pull request #24 from joac


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 2c45c45 059/104: Merge pull request #24 from joachimschmidt557/add-anyframe
Date: Sun, 29 Aug 2021 11:37:03 -0400 (EDT)

branch: elpa/zig-mode
commit 2c45c4595282ed9d730c0f962f4220b9bcdb2852
Merge: 1552e0e acebfb1
Author: Andrea Orru <andrea@orru.io>
Commit: GitHub <noreply@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

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