emacs-jinja2-mode

  • Done
  • quality assurance status badge
Details
2 participants
  • Alex Kost
  • ng0
Owner
unassigned
Submitted by
ng0
Severity
normal

Debbugs page

N
(address . guix-patches@gnu.org)
20170924160900.z3lbvcvqpbygfyik@abyayala
Upstream seems to be on hiatus for a long time, but
at its core the mode still does what it should do.
I'm attempting to merge the open pull requests with
the version of it I have created and publish it as
a variant.
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
https://www.infotropique.orghttps://www.krosos.org
From 531540f0a46447849db8e993332d763ff0a4ba07 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Sun, 24 Sep 2017 16:06:23 +0000
Subject: [PATCH] gnu: Add emacs-jinja2-mode.

* gnu/packages/emacs.scm (emacs-jinja2-mode): New variable.
---
gnu/packages/emacs.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (34 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6cc4cfffb..1cf6810e7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2523,6 +2523,27 @@ insertion mode. When enabled all keys are implicitly prefixed with
@samp{C-} (among other helpful shortcuts).")
(license license:gpl3+))))
+(define-public emacs-jinja2-mode
+ (package
+ (name "emacs-jinja2-mode")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://github.com/paradoxxxzero/jinja2-mode/"
+ "archive/v" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0cgxjab1kla2zc2fj7bzib6i7snp08zshandmp9kqcm85l262xpn"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/paradoxxxzero/jinja2-mode")
+ (synopsis "Major mode for jinja2")
+ (description
+ "Emacs major mode for jinja2 with: syntax highlighting,
+sgml/html integration, and indentation (working with sgml).")
+ (license license:gpl3+)))
+
(define-public emacs-rfcview
(package
(name "emacs-rfcview")
--
2.14.1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlnH2JwACgkQ4i+bv+40
hYiu3RAAkvt2kKyEqp5A78QJyQ9nZ7gboGhr68emqIBWnqfM3RF0LQXWYsWYG242
NapgwBYuVFeMPRRfEm7BXmIKnRuSp0cwOBPgqA5YFtAETd1mrpY5zQTPutyRqaXT
6/quIfeQBFT4gQkl8Xpv2vmOvAwyOHTbKnKOeicqR0nO5ijOEhePSy++Q6G68LAH
j3RYk0zqwRoljfKv2yRIv5pAac/pLN9MwS+hdWWADd0kOc0VWqELwhtQtTbYxmsf
gftGzFsc05lJjpqkAw7suIjnlKPzUQu0Y6hDdjTcNxYDH4pSsPGTQg0FodWboS9Z
uH9gcae/zsiYYgqfdkW+jIjfI3YeGn8UXK15WmQJitUR4HEY4h6WLGiV4BVPf6HY
89z+Rwn5CWhfxs7+EnFG6hno9a8V7yX2D5Sgw7F7Lrk/D4qtIo6AzTB4CcYkbRs0
qTp96zJQEWEPsE5Tr/GCtRuwEmf5u1Z82JKEDmfEgjymjnNQ/ITQsmRVtCQFnj6G
/HTm1nsx1C4UqeJqZ9fRiHg2XaksZQaHN9VQN03Xb9a2CtC/AkHaWcSLiy1vKymN
r9m2N0JiYFCekn/wz87/UWk44dWtp8BtxhNBl2fmufOTGZTGjLR68D9fZ6YHBJa8
0HxGAe0Ajjt0NJsEtgs1ZJXQ7PWK0lZBh3SmcINAkoXG/yLh+k4=
=3By1
-----END PGP SIGNATURE-----


A
A
Alex Kost wrote on 28 Sep 2017 08:55
(name . ng0)(address . ng0@infotropique.org)(address . 28581@debbugs.gnu.org)
877ewig6ma.fsf@gmail.com
Toggle quote (7 lines)
> From 531540f0a46447849db8e993332d763ff0a4ba07 Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Sun, 24 Sep 2017 16:06:23 +0000
> Subject: [PATCH] gnu: Add emacs-jinja2-mode.

> * gnu/packages/emacs.scm (emacs-jinja2-mode): New variable.

Applied, thanks!

--
Alex
A
A
Alex Kost wrote on 28 Sep 2017 08:57
control message for bug #28581
(address . control@debbugs.gnu.org)
8760c2g6ij.fsf@gmail.com
tags 28581 fixed
close 28581
?
Your comment

This issue is archived.

To comment on this conversation send an email to 28581@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 28581
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch