mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add tree-sitter-r.
gnu/packages/tree-sitter.scm (tree-sitter-r): New variable.
This commit is contained in:
parent
429666b600
commit
4bdb570c70
1 changed files with 10 additions and 0 deletions
|
@ -385,3 +385,13 @@ (define-public tree-sitter-python
|
|||
"1lv3pgb7h2a0f121897r0lwc228rjwb77y3a6g3ghifx1rgbwvqg"
|
||||
(git-version "0.20.0" revision commit)
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-r
|
||||
;; No tags
|
||||
(let ((commit "80efda55672d1293aa738f956c7ae384ecdc31b4")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"r" "R"
|
||||
"1n7yxi2wf9xj8snw0b85a5w40vhf7x1pwirnwfk78ilr6hhz4ix9"
|
||||
(git-version "0.0.1" revision commit)
|
||||
#:commit commit)))
|
||||
|
|
Loading…
Reference in a new issue