me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-org.

gnu/packages/tree-sitter.scm (tree-sitter-org): New variable.
Andrew Tropin 2023-02-14 17:00:05 +04:00
parent 637df0cd94
commit a3c6959de6
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 11 additions and 0 deletions

View File

@ -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)))