guix-commits
[Top][All Lists]
Advanced

[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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]