[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/25: gnu: Add tree-sitter-json.
From: |
guix-commits |
Subject: |
14/25: gnu: Add tree-sitter-json. |
Date: |
Tue, 14 Feb 2023 08:13:54 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit 1777d700eca35e4d208ff2fa1aae91998d992648
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 15:45:04 2023 +0400
gnu: Add tree-sitter-json.
gnu/packages/tree-sitter.scm (tree-sitter-json): New variable.
---
gnu/packages/tree-sitter.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 4fc90dac7e..638d7e8643 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -346,3 +346,9 @@ will be used in description and synopsis."
"java" "Java"
"1i9zfgqibinz3rkx6yws1wk49iys32x901dki65qihbxcmcfh341"
"0.20.0"))
+
+(define-public tree-sitter-json
+ (tree-sitter-grammar
+ "json" "JSON"
+ "06pjh31bv9ja9hlnykk257a6zh8bsxg2fqa54al7qk1r4n9ksnff"
+ "0.19.0"))
- branch master updated (542fcc3dfe -> a3c6959de6), guix-commits, 2023/02/14
- 08/25: gnu: Add tree-sitter-bash., guix-commits, 2023/02/14
- 14/25: gnu: Add tree-sitter-json.,
guix-commits <=
- 03/25: gnu: Add tree-sitter-typescript., guix-commits, 2023/02/14
- 10/25: gnu: Add tree-sitter-elm., guix-commits, 2023/02/14
- 17/25: gnu: Add tree-sitter-php., guix-commits, 2023/02/14
- 07/25: gnu: Add tree-sitter-elixir., guix-commits, 2023/02/14
- 15/25: gnu: Add tree-sitter-julia., guix-commits, 2023/02/14
- 22/25: gnu: Add tree-sitter-clojure., guix-commits, 2023/02/14
- 20/25: gnu: Add tree-sitter-ruby., guix-commits, 2023/02/14
- 12/25: gnu: Add tree-sitter-haskell., guix-commits, 2023/02/14
- 25/25: gnu: Add tree-sitter-org., guix-commits, 2023/02/14
- 16/25: gnu: Add tree-sitter-ocaml., guix-commits, 2023/02/14