3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add tree-sitter-json.

gnu/packages/tree-sitter.scm (tree-sitter-json): New variable.
This commit is contained in:
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

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