me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-racket.

gnu/packages/tree-sitter.scm (tree-sitter-racket): New variable.
Andrew Tropin 2023-02-15 10:32:43 +04:00
parent 42cf3694a5
commit a97a102d21
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 11 additions and 0 deletions

View File

@ -462,3 +462,14 @@ will be used in description and synopsis."
(git-version "0.2.0" revision commit)
#:repository-url "https://github.com/6cdh/tree-sitter-scheme"
#:commit commit)))
(define-public tree-sitter-racket
;; No tags
(let ((commit "1a5df0206b25a05cb1b35a68d2105fc7493df39b")
(revision "0"))
(tree-sitter-grammar
"racket" "Racket"
"06gwn3i7swhkvbkgxjlljdjgvx8y1afafbqmpwya70r9z635593h"
(git-version "0.1.0" revision commit)
#:repository-url "https://github.com/6cdh/tree-sitter-racket"
#:commit commit)))