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

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

[nongnu] elpa/zig-mode acebfb1 057/104: Add anyframe; remove promise


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode acebfb1 057/104: Add anyframe; remove promise
Date: Sun, 29 Aug 2021 11:37:02 -0400 (EDT)

branch: elpa/zig-mode
commit acebfb1a48e5d53a6c4a3cb8a2a8c09cf83e1c6c
Author: joachimschmidt557 <joachim.schmidt557@outlook.com>
Commit: joachimschmidt557 <joachim.schmidt557@outlook.com>

    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 1d90cad..d47cdf2 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -104,7 +104,7 @@
     "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]