guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/25: gnu: Add tree-sitter-ruby.


From: guix-commits
Subject: 20/25: gnu: Add tree-sitter-ruby.
Date: Tue, 14 Feb 2023 08:13:55 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit 8fb1af3483e0e8b3794d4db08f061036bd29c2ac
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 16:14:49 2023 +0400

    gnu: Add tree-sitter-ruby.
    
    gnu/packages/tree-sitter.scm (tree-sitter-ruby): New variable.
---
 gnu/packages/tree-sitter.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index a1d7cb819b..fafd65942d 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -395,3 +395,13 @@ will be used in description and synopsis."
      "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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]