hako pushed a commit to branch master
in repository guix.

commit 6881f090cf4473a124cda9bd1813b74a1edc5cd1
Author: Paul A. Patience <[email protected]>
AuthorDate: Tue Feb 27 03:09:55 2024 +0000

    gnu: Add tree-sitter-kdl.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-kdl): New variable.
    
    Change-Id: I40a9d9629e29d1682999d9787d4092775be23c19
    Signed-off-by: Hilton Chain <[email protected]>
---
 gnu/packages/tree-sitter.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index dbaaa44df8..db2ef06cb5 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -478,6 +478,13 @@ which will be used as a snippet in origin."
    "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)"

Reply via email to