From: "\(unmatched-parenthesis via Guix-patches" via <guix-patches@gnu.org>
To: 53472@debbugs.gnu.org
Cc: "\(unmatched-parenthesis" <paren@disroot.org>
Subject: [bug#53472] [PATCH v2] gnu: Add emacs-nim-mode
Date: Mon, 24 Jan 2022 18:40:37 +0000 [thread overview]
Message-ID: <20220124184037.21204-1-paren@disroot.org> (raw)
In-Reply-To: <20220123133837.1035-1-paren@disroot.org>
Sorry about that!
* gnu/packages/emacs-xyz.scm(emacs-nim-mode): New variable.
---
gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8edbfc5a3d..34ac0d4dae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -107,6 +107,7 @@
;;; Copyright © 2021 Brian Kubisiak <brian@kubisiak.com>
;;; Copyright © 2021, 2022 Taiju HIGASHI <higashi@taiju.info>
;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
+;;; Copyright © 2022 (unmatched parenthesis <paren@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -29837,3 +29838,30 @@ (define-public emacs-fennel-mode
"Fennel mode provides font-lock, indentation, navigation, and REPL for
Fennel code within Emacs.")
(license license:gpl3+)))
+
+(define-public emacs-nim-mode
+ (let ((commit "744e076f0bea1c5ddc49f92397d9aa98ffa7eff8")
+ (revision "0"))
+ (package
+ (name "emacs-nim-mode")
+ (version (git-version "0.4.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nim-lang/nim-mode")
+ (commit commit)))
+ (sha256
+ (base32 "0dwas3ivhxdyw6njkcadc8c17cirq325cmby04qls8zkmrvlil1w"))))
+ (build-system emacs-build-system)
+ (home-pace "https://github.com/nim-lang/nim-mode")
+ (synosis "Major mode for editing Nim source code")
+ (description "This package provides major modes for Nim:
++@itemize
++@item Syntax highlighting for Nim code, Nimble configuration files, and nim.cfg
++@item `M-x nim-compile`, which can also be invoked with `C-c C-c` inside a Nim source file
++@item File outline by procedures
++@item Indentation and line breaking (alpha)
++@item Integration with nimsuggest, the Nim linting and completion server (alpha, both nimsuggest-mode and nimsuggest itself are currently VERY unstable and may make emacs much less responsive)
++@end itemize")
+ (license license:gpl3+))))
--
2.34.0
next prev parent reply other threads:[~2022-01-24 19:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-23 13:38 [bug#53472] [PATCH] gnu: Add emacs-nim-mode (unmatched-parenthesis via Guix-patches via
2022-01-23 16:21 ` Maxime Devos
2022-01-24 18:30 ` paren--- via Guix-patches via
2022-01-24 18:40 ` (unmatched-parenthesis via Guix-patches via [this message]
2022-01-24 19:00 ` [bug#53472] [PATCH v3] " (unmatched-parenthesis via Guix-patches via
2022-01-24 20:12 ` [bug#53472] [PATCH v4] " (unmatched-parenthesis via Guix-patches via
2022-01-28 7:55 ` Nicolas Goaziou
2022-03-07 20:51 ` [bug#53472] [PATCH] " Ludovic Courtès
2022-09-25 21:03 ` bug#53472: " Björn Höfling
2022-09-26 6:33 ` [bug#53472] " ( via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220124184037.21204-1-paren@disroot.org \
--to=guix-patches@gnu.org \
--cc=53472@debbugs.gnu.org \
--cc=paren@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.