gnu: Add tree-sitter-ruby.

gnu/packages/tree-sitter.scm (tree-sitter-ruby): New variable.
This commit is contained in:
Andrew Tropin 2023-02-14 16:14:49 +04:00
parent 4bdb570c70
commit 8fb1af3483
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -395,3 +395,13 @@ (define-public tree-sitter-r
"1n7yxi2wf9xj8snw0b85a5w40vhf7x1pwirnwfk78ilr6hhz4ix9"
(git-version "0.0.1" revision commit)
#:commit commit)))
(define-public tree-sitter-ruby
;; There are a lot of additions, the last tag was placed more than 1 year ago
(let ((commit "206c7077164372c596ffa8eaadb9435c28941364")
(revision "0"))
(tree-sitter-grammar
"ruby" "Ruby"
"1pqr24bj68lgi1w2cblr8asfby681l3032jrppq4n9x5zm23fi6n"
(git-version "0.19.0" revision commit)
#:commit commit)))