guix-commits
[Top][All Lists]
Advanced

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

25/25: gnu: Add tree-sitter-org.


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

abcdw pushed a commit to branch master
in repository guix.

commit a3c6959de63c6dd91271ed5d1f15e0a7d75dee92
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 17:00:05 2023 +0400

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

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 162f606865..5b01793744 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -440,3 +440,14 @@ will be used in description and synopsis."
    "1a2899x7i6dgbsrf13qzmh133hgfrlvmjsr3bbpffi1ixw1h7azk"
    "0.7.1"
    #:repository-url "https://github.com/ikatyang/tree-sitter-markdown";))
+
+(define-public tree-sitter-org
+  ;; There are a lot of additions, the last tag was placed a while ago
+  (let ((commit "081179c52b3e8175af62b9b91dc099d010c38770")
+        (revision "0"))
+    (tree-sitter-grammar
+     "org" "Org"
+     "0h9krbaq9j6ijf86sg0w221s0zbpbx5f7m1l0whzjahbrqpnqgxl"
+     (git-version "1.3.1" revision commit)
+     #:repository-url "https://github.com/milisims/tree-sitter-org";
+     #:commit commit)))



reply via email to

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