[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)))
- 08/25: gnu: Add tree-sitter-bash., (continued)
- 08/25: gnu: Add tree-sitter-bash., guix-commits, 2023/02/14
- 14/25: gnu: Add tree-sitter-json., guix-commits, 2023/02/14
- 03/25: gnu: Add tree-sitter-typescript., guix-commits, 2023/02/14
- 10/25: gnu: Add tree-sitter-elm., guix-commits, 2023/02/14
- 17/25: gnu: Add tree-sitter-php., guix-commits, 2023/02/14
- 07/25: gnu: Add tree-sitter-elixir., guix-commits, 2023/02/14
- 15/25: gnu: Add tree-sitter-julia., guix-commits, 2023/02/14
- 22/25: gnu: Add tree-sitter-clojure., guix-commits, 2023/02/14
- 20/25: gnu: Add tree-sitter-ruby., guix-commits, 2023/02/14
- 12/25: gnu: Add tree-sitter-haskell., guix-commits, 2023/02/14
- 25/25: gnu: Add tree-sitter-org.,
guix-commits <=
- 16/25: gnu: Add tree-sitter-ocaml., guix-commits, 2023/02/14
- 21/25: gnu: Add tree-sitter-rust., guix-commits, 2023/02/14
- 23/25: gnu: Add tree-sitter-markdown., guix-commits, 2023/02/14
- 24/25: gnu: Add tree-sitter-markdown-gfm., guix-commits, 2023/02/14
- 06/25: gnu: Add tree-sitter-css., guix-commits, 2023/02/14
- 18/25: gnu: Add tree-sitter-python., guix-commits, 2023/02/14
- 02/25: gnu: Add tree-sitter-javascript., guix-commits, 2023/02/14
- 04/25: gnu: Add tree-sitter-c., guix-commits, 2023/02/14
- 05/25: gnu: Add tree-sitter-cpp., guix-commits, 2023/02/14
- 01/25: gnu: tree-sitter-grammar: Extend functionality., guix-commits, 2023/02/14