[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")
- branch master updated (3feb8f7f02 -> 0b38c9401b), guix-commits, 2024/03/27
- 03/07: gnu: Add tree-sitter-hcl., guix-commits, 2024/03/27
- 04/07: gnu: Add tree-sitter-ron.,
guix-commits <=
- 05/07: gnu: Add tree-sitter-ungrammar., guix-commits, 2024/03/27
- 02/07: gnu: Add tree-sitter-kdl., guix-commits, 2024/03/27
- 01/07: linux-modules: Ignore nonexistent module files on boot., guix-commits, 2024/03/27
- 07/07: home: services: bash: Reorder aliases., guix-commits, 2024/03/27
- 06/07: gnu: Add tree-sitter-matlab., guix-commits, 2024/03/27