guix-commits
[Top][All Lists]
Advanced

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

24/25: gnu: Add tree-sitter-markdown-gfm.


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

abcdw pushed a commit to branch master
in repository guix.

commit 637df0cd94dbe2cd1f1542ee2e149871009dd7ae
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 16:59:47 2023 +0400

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

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index a1e10e5434..162f606865 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -431,3 +431,12 @@ will be used in description and synopsis."
      #:grammar-directories '("tree-sitter-markdown"
                              "tree-sitter-markdown-inline")
      #:commit commit)))
+
+(define-public tree-sitter-markdown-gfm
+  ;; Not updated for more than 1 year, can be deprecated when gfm will be
+  ;; implemented in tree-sitter-markdown
+  (tree-sitter-grammar
+   "markdown-gfm" "Markdown (CommonMark Spec v0.29-gfm)"
+   "1a2899x7i6dgbsrf13qzmh133hgfrlvmjsr3bbpffi1ixw1h7azk"
+   "0.7.1"
+   #:repository-url "https://github.com/ikatyang/tree-sitter-markdown";))



reply via email to

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