branch: elpa/zig-mode
commit acebfb1a48e5d53a6c4a3cb8a2a8c09cf83e1c6c
Author: joachimschmidt557 <joachim.schmidt...@outlook.com>
Commit: joachimschmidt557 <joachim.schmidt...@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