mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add tree-sitter-meson.
* gnu/packages/tree-sitter.scm (tree-sitter-meson): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
ab79405989
commit
78748c619a
1 changed files with 13 additions and 0 deletions
|
@ -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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue