* [bug#64125] [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable.
@ 2023-06-17 10:05 Z572 via Guix-patches via
2023-08-20 15:10 ` bug#64125: " Hilton Chain via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2023-06-17 10:05 UTC (permalink / raw)
To: 64125
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1395 bytes --]
---
gnu/packages/tree-sitter.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 3e17d47a7a..f1724cb287 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2022 muradm <mail@muradm.net>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
+;;; Copyright @ 2023 Zheng Junjie <873216071@qq.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -460,6 +461,18 @@ (define-public tree-sitter-markdown-gfm
"0.7.1"
#:repository-url "https://github.com/ikatyang/tree-sitter-markdown"))
+(define-public tree-sitter-meson
+ ;; tag 1.2 is Aug 24,2022 this commit is Feb 28,2023
+ (let ((commit "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1")
+ (revision "0"))
+ (tree-sitter-grammar
+ "meson" "Meson"
+ "1rn7r76h65d41354czyccm59d1j9nzybcrjvjh934lpr59qrw61m"
+ (git-version "1.2" revision commit)
+ #:repository-url "https://github.com/Decodetalkers/tree-sitter-meson"
+ #:commit commit
+ #:license license:expat)))
+
(define-public tree-sitter-org
;; There are a lot of additions, the last tag was placed a while ago
(let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")
base-commit: 52f2980fa3feaf6e59b9e5144391faf8feb52a87
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#64125: [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable.
2023-06-17 10:05 [bug#64125] [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable Z572 via Guix-patches via
@ 2023-08-20 15:10 ` Hilton Chain via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-08-20 15:10 UTC (permalink / raw)
To: Z572; +Cc: 64125-done
Hi,
On Sat, 17 Jun 2023 18:05:15 +0800,
Z572 via Guix-patches via wrote:
>
> ---
> gnu/packages/tree-sitter.scm | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
> index 3e17d47a7a..f1724cb287 100644
> --- a/gnu/packages/tree-sitter.scm
> +++ b/gnu/packages/tree-sitter.scm
> @@ -4,6 +4,7 @@
> ;;; Copyright © 2022 muradm <mail@muradm.net>
> ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
> ;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
> +;;; Copyright @ 2023 Zheng Junjie <873216071@qq.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -460,6 +461,18 @@ (define-public tree-sitter-markdown-gfm
> "0.7.1"
> #:repository-url "https://github.com/ikatyang/tree-sitter-markdown"))
>
> +(define-public tree-sitter-meson
> + ;; tag 1.2 is Aug 24,2022 this commit is Feb 28,2023
> + (let ((commit "3d6dfbdb2432603bc84ca7dc009bb39ed9a8a7b1")
> + (revision "0"))
> + (tree-sitter-grammar
> + "meson" "Meson"
> + "1rn7r76h65d41354czyccm59d1j9nzybcrjvjh934lpr59qrw61m"
> + (git-version "1.2" revision commit)
> + #:repository-url "https://github.com/Decodetalkers/tree-sitter-meson"
> + #:commit commit
> + #:license license:expat)))
> +
> (define-public tree-sitter-org
> ;; There are a lot of additions, the last tag was placed a while ago
> (let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")
>
> base-commit: 52f2980fa3feaf6e59b9e5144391faf8feb52a87
> --
> 2.40.1
Applied as 78748c619a533bd23a8fc55e2a705ed23567c72e with "@" changed
to "©". Thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-20 15:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-17 10:05 [bug#64125] [PATCH] gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable Z572 via Guix-patches via
2023-08-20 15:10 ` bug#64125: " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).