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

    var has been changed to anytype
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to