mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add tree-sitter-scheme.
gnu/packages/tree-sitter.scm (tree-sitter-scheme): New variable.
This commit is contained in:
parent
24e20d419b
commit
42cf3694a5
1 changed files with 11 additions and 0 deletions
|
@ -451,3 +451,14 @@ (define-public tree-sitter-org
|
|||
(git-version "1.3.1" revision commit)
|
||||
#:repository-url "https://github.com/milisims/tree-sitter-org"
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-scheme
|
||||
;; There are a lot of additions, the last tag was placed a while ago
|
||||
(let ((commit "67b90a365bebf4406af4e5a546d6336de787e135")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"scheme" "Scheme (R5RS, R6RS)"
|
||||
"1pvxckza1kdfwqs78ka3lbwldrwkgymb31f5x1fq5vyawg60wxk8"
|
||||
(git-version "0.2.0" revision commit)
|
||||
#:repository-url "https://github.com/6cdh/tree-sitter-scheme"
|
||||
#:commit commit)))
|
||||
|
|
Loading…
Reference in a new issue