From 78748c619a533bd23a8fc55e2a705ed23567c72e Mon Sep 17 00:00:00 2001 From: Zheng Junjie <873216071@qq.com> Date: Sat, 17 Jun 2023 18:05:15 +0800 Subject: gnu: Add tree-sitter-meson. * gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable. Signed-off-by: Hilton Chain --- 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 ;;; Copyright © 2023 Andrew Tropin ;;; Copyright © 2023 Nicolas Graves +;;; 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") -- cgit v1.2.3