hako pushed a commit to branch master
in repository guix.
commit 424b81c74599ff1f5daba4176c405df56527e3f8
Author: Paul A. Patience <[email protected]>
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 <[email protected]>
---
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")