guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b4003b40b0e11e5f0f22585ce78acf8411f3bc88
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Sat Sep 20 17:19:43 2025 +0900
gnu: Add tree-sitter-janet.
* gnu/packages/tree-sitter.scm (tree-sitter-janet): New variable.
Change-Id: I22d7e00e1120708f1da42452db187505fb10f94b
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/tree-sitter.scm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 762bd6ef42..7d48a5a4af 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2023, 2024 Raven Hallsby <[email protected]>
;;; Copyright © 2024 Foundation Devices, Inc. <[email protected]>
;;; Copyright © 2025 Andrew Wong <[email protected]>
+;;; Copyright © 2025 Nguyễn Gia Phong <[email protected]>
;;;
;;; 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"