guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: Add tree-sitter-ron.


From: guix-commits
Subject: 04/07: gnu: Add tree-sitter-ron.
Date: Wed, 27 Mar 2024 10:41:30 -0400 (EDT)

hako pushed a commit to branch master
in repository guix.

commit 424b81c74599ff1f5daba4176c405df56527e3f8
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Feb 27 03:10:04 2024 +0000

    gnu: Add tree-sitter-ron.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-ron): New variable.
    
    Change-Id: I26abfa4a298b23a14bcea852c2974e694daddecd
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 gnu/packages/tree-sitter.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index fafd8a272e..cfdf249b91 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -527,6 +527,14 @@ which will be used as a snippet in origin."
      (git-version "0.0.1" revision commit)
      #:commit commit)))
 
+(define-public tree-sitter-ron
+  (tree-sitter-grammar
+   "ron" "RON"
+   "1la5v0nig3xp1z2v3sj36hb7wkkjch46dmxf457px7ly43x4cb83"
+   "0.2.0"
+   #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ron";
+   #:license (list license:asl2.0 license:expat)))
+
 (define-public tree-sitter-ruby
   ;; There are a lot of additions, the last tag was placed more than 1 year ago
   (let ((commit "206c7077164372c596ffa8eaadb9435c28941364")



reply via email to

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