branch: elpa/zig-mode
commit 1f4ebf10660e5e09e61d042d7db9e1ec5e8ff0cb
Author: Andrea Orru <and...@orru.io>
Commit: Andrea Orru <and...@orru.io>

    section -> linksection
---
 zig-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zig-mode.el b/zig-mode.el
index 8f79b1d..4e4c99a 100644
--- a/zig-mode.el
+++ b/zig-mode.el
@@ -64,7 +64,7 @@
   '(
     ;; Storage
     "const" "var" "extern" "packed" "export" "pub" "noalias" "inline"
-    "comptime" "nakedcc" "stdcallcc" "volatile" "align" "section"
+    "comptime" "nakedcc" "stdcallcc" "volatile" "align" "linksection"
 
     ;; Structure
     "struct" "enum" "union"

Reply via email to