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

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

[nongnu] elpa/zig-mode d885809 068/104: Merge pull request #30 from joac


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode d885809 068/104: Merge pull request #30 from joachimschmidt557/var-anytype
Date: Sun, 29 Aug 2021 11:37:04 -0400 (EDT)

branch: elpa/zig-mode
commit d88580913586b8749ed0ac3ae228e825a68f9412
Merge: f9e5c57 f28e0fa
Author: Andrea Orru <andrea@orru.io>
Commit: GitHub <noreply@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
   '(



reply via email to

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