[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add tree-sitter-kdl.
From: |
guix-commits |
Subject: |
02/07: gnu: Add tree-sitter-kdl. |
Date: |
Wed, 27 Mar 2024 10:41:30 -0400 (EDT) |
hako pushed a commit to branch master
in repository guix.
commit 6881f090cf4473a124cda9bd1813b74a1edc5cd1
Author: Paul A. Patience <paul@apatience.com>
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 <hako@ultrarare.space>
---
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)"
- branch master updated (3feb8f7f02 -> 0b38c9401b), guix-commits, 2024/03/27
- 03/07: gnu: Add tree-sitter-hcl., guix-commits, 2024/03/27
- 04/07: gnu: Add tree-sitter-ron., guix-commits, 2024/03/27
- 05/07: gnu: Add tree-sitter-ungrammar., guix-commits, 2024/03/27
- 02/07: gnu: Add tree-sitter-kdl.,
guix-commits <=
- 01/07: linux-modules: Ignore nonexistent module files on boot., guix-commits, 2024/03/27
- 07/07: home: services: bash: Reorder aliases., guix-commits, 2024/03/27
- 06/07: gnu: Add tree-sitter-matlab., guix-commits, 2024/03/27