mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5f8823f384
commit
b4003b40b0
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue