[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/zig-mode e6601198cf: Add addrspace type to keywords
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/zig-mode e6601198cf: Add addrspace type to keywords |
Date: |
Fri, 11 Aug 2023 07:01:05 -0400 (EDT) |
branch: elpa/zig-mode
commit e6601198cf1dc1ceb21807e75769e3af085e7312
Author: Nitin Prakash <prakash.nitin63@gmail.com>
Commit: Joachim Schmidt <joachim.schmidt557@outlook.com>
Add addrspace type to keywords
---
zig-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zig-mode.el b/zig-mode.el
index 23857b0f17..6b6dc370a6 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -178,7 +178,7 @@ If given a SOURCE, execute the CMD on it."
;; Storage
"const" "var" "extern" "packed" "export" "pub" "noalias" "inline"
"noinline" "comptime" "callconv" "volatile" "allowzero"
- "align" "linksection" "threadlocal"
+ "align" "linksection" "threadlocal" "addrspace"
;; Structure
"struct" "enum" "union" "error" "opaque"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/zig-mode e6601198cf: Add addrspace type to keywords,
ELPA Syncer <=