GNU bug report logs -
#67190
[PATCH 6/6] * gnu/packages/vim.scm (vim-plantuml-syntax): New variable
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67190 in the body.
You can then email your comments to 67190 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67190
; Package
guix-patches
.
(Wed, 15 Nov 2023 01:58:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nathan Merkley <nathanmerkley <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 15 Nov 2023 01:58:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Change-Id: I3e116520239bb66b1140e5bbd40659b3681f77e6
---
gnu/packages/vim.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 054c23bc92..7886f63e97 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1562,3 +1562,32 @@ (define-public vim-zig
language.")
(home-page "https://github.com/ziglang/zig.vim")
(license license:expat))))
+
+(define-public vim-plantuml-syntax
+ (let ((commit "845abb56dcd3f12afa6eb47684ef5ba3055802b8")
+ (revision "1"))
+ (package
+ (name "vim-plantuml-syntax")
+ (version (string-append "0.0.0-" revision "."
+ (string-take commit 7)))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aklt/plantuml-syntax")
+ (commit commit)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32 "0d2frv6knkj4bjavq2c2kx8qdnmcq0d8l04a5z7bpqwkmrrhd31f"))))
+ (build-system vim-build-system)
+ (arguments
+ (list
+ #:plugin-name "plantuml-syntax"))
+ (synopsis "Syntax highlighting for PlantUML")
+ (description
+ "This is a vim syntax file for PlantUML. The filetype will be set to
+plantuml for *.pu, *.uml, *.puml, *.iuml or *.plantuml files or if the first
+line of a file contains @@startuml. Additionally the makeprg is set to plantuml
+assuming you have this executable in your path.")
+ (home-page "https://github.com/aklt/plantuml-syntax")
+ (license license:vim))))
--
2.41.0
bug closed, send any further explanations to
67190 <at> debbugs.gnu.org and Nathan Merkley <nathanmerkley <at> gmail.com>
Request was from
Tomas Volf <~@wolfsden.cz>
to
control <at> debbugs.gnu.org
.
(Thu, 07 Dec 2023 16:52:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 05 Jan 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.