me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-kdl.

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

Change-Id: I40a9d9629e29d1682999d9787d4092775be23c19
Signed-off-by: Hilton Chain <hako@ultrarare.space>
master
Paul A. Patience 2024-02-27 03:09:55 +00:00 committed by Hilton Chain
parent 7995816ec4
commit 6881f090cf
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
1 changed files with 7 additions and 0 deletions

View File

@ -478,6 +478,13 @@ which will be used as a snippet in origin."
"1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463" "1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463"
"0.19.0")) "0.19.0"))
(define-public tree-sitter-kdl
(tree-sitter-grammar
"kdl" "KDL"
"1015x24ffrvzb0m0wbqdzmaqavpnjw0gvcagxi9b6vj3n1ynm0ps"
"1.1.0"
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-kdl"))
(define-public tree-sitter-ocaml (define-public tree-sitter-ocaml
(tree-sitter-grammar (tree-sitter-grammar
"ocaml" "OCaml (.ml and .mli)" "ocaml" "OCaml (.ml and .mli)"