me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-json.

gnu/packages/tree-sitter.scm (tree-sitter-json): New variable.
Andrew Tropin 2023-02-14 15:45:04 +04:00
parent bcc8e9c77b
commit 1777d700ec
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 6 additions and 0 deletions

View File

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