gnu: Add tree-sitter-janet.

* gnu/packages/tree-sitter.scm (tree-sitter-janet): New variable.

Change-Id: I22d7e00e1120708f1da42452db187505fb10f94b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nguyễn Gia Phong 2025-09-20 17:19:43 +09:00 committed by Liliana Marie Prikler
parent 5f8823f384
commit b4003b40b0
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9,6 +9,7 @@
;;; Copyright © 2023, 2024 Raven Hallsby <karl@hallsby.com>
;;; Copyright © 2024 Foundation Devices, Inc. <hello@foundation.xyz>
;;; Copyright © 2025 Andrew Wong <wongandj@icloud.com>
;;; Copyright © 2025 Nguyễn Gia Phong <mcsinyx@disroot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -530,6 +531,14 @@ which will be used as a snippet in origin."
#:commit commit
#:license license:asl2.0)))
(define-public tree-sitter-janet
(tree-sitter-grammar
"janet" "Janet"
"1sg862gqxn5y86sqa4habyicsr1ax70i7w8ibnn2yyx1bzn99jqn"
"0.1.0"
#:repository-url "https://github.com/GrayJack/tree-sitter-janet"
#:license license:bsd-3))
(define-public tree-sitter-java
(tree-sitter-grammar
"java" "Java"