branch: elpa/zig-mode commit d88580913586b8749ed0ac3ae228e825a68f9412 Merge: f9e5c57 f28e0fa Author: Andrea Orru <and...@orru.io> Commit: GitHub <nore...@github.com>
Merge pull request #30 from joachimschmidt557/var-anytype 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 '(