mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
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>
This commit is contained in:
parent
7995816ec4
commit
6881f090cf
1 changed files with 7 additions and 0 deletions
|
@ -478,6 +478,13 @@ (define-public tree-sitter-julia
|
|||
"1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463"
|
||||
"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
|
||||
(tree-sitter-grammar
|
||||
"ocaml" "OCaml (.ml and .mli)"
|
||||
|
|
Loading…
Reference in a new issue