guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add tree-sitter-meson.


From: guix-commits
Subject: 02/02: gnu: Add tree-sitter-meson.
Date: Sun, 20 Aug 2023 11:08:02 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 78748c619a533bd23a8fc55e2a705ed23567c72e
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Sat Jun 17 18:05:15 2023 +0800

    gnu: Add tree-sitter-meson.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable.
    
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 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 0c1ad7d7ed..4b191d4978 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
+;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -535,6 +536,18 @@ will be used in description and synopsis."
    "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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]