guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add tree-sitter-kotlin.


From: guix-commits
Subject: 01/02: gnu: Add tree-sitter-kotlin.
Date: Sun, 12 May 2024 17:38:07 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 6957a9c336347127addba223bcbeb115cac83e1a
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sun May 12 22:30:25 2024 +0200

    gnu: Add tree-sitter-kotlin.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-kotlin): New variable.
    
    Change-Id: Id29bf5097a4950bdc6a4509eeb7bb8c411064169
---
 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 d271689fdb..d321609efb 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -709,3 +709,11 @@ which will be used as a snippet in origin."
    "1.0.8"
    ;; Version 1.2.1 is most recent, but requires tree-sitter >0.21.0
    #:repository-url 
"https://github.com/tlaplus-community/tree-sitter-tlaplus";))
+
+(define-public tree-sitter-kotlin
+  (tree-sitter-grammar
+   "kotlin" "Kotlin"
+   "0lqwjg778xy561hhf90c9m8zdjmv58z5kxgy0cjgys4xqsfbfri6"
+   "0.3.6"
+   #:repository-url "https://github.com/fwcd/tree-sitter-kotlin";
+   #:commit "0.3.6"))



reply via email to

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