GNU bug report logs -
#59026
[PATCH] gnu: Add emacs-zig-mode.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 4 Nov 2022 20:54:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-zig-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8478a47591..21480c4217 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5517,6 +5517,33 @@ (define-public emacs-inf-ruby
appropriate console.")
(license license:gpl3+)))
+(define-public emacs-zig-mode
+ (let ((commit "dbc648f5bca8f3b9ca2cc7827f326f5530115144")
+ (revision "0"))
+ (package
+ (name "emacs-zig-mode")
+ (version (git-version "0.0.8" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ziglang/zig-mode")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0hwkkwhc5b2pzyqa2h0xw8wxijsrp1fk70fhyv8hx19shzlc4la3"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:tests? #t
+ #:emacs ,emacs
+ #:test-command '("./run-tests.sh")))
+ (home-page "https://github.com/ziglang/zig-mode/")
+ (synopsis "Zig mode for Emacs")
+ (description
+"Syntax highlighting and automatic indentation for the Zig programming
+language in Emacs.")
+ (license license:gpl3+))))
+
(define-public emacs-znc
(package
(name "emacs-znc")
--
2.38.1
This bug report was last modified 2 years and 252 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.