guix-commits
[Top][All Lists]
Advanced

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

23/25: gnu: Add tree-sitter-markdown.


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

abcdw pushed a commit to branch master
in repository guix.

commit 5c0b86f741b2d6b0eebb7b99dd04282328c34b4c
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 16:30:50 2023 +0400

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

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 00bf4b1b3f..a1e10e5434 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -418,3 +418,16 @@ will be used in description and synopsis."
    "0bgd9g1j4ww45g0l0aa1jac49421z95cc2rhcgqmgx7nzn94rszp"
    "0.0.11"
    #:repository-url "https://github.com/sogaiu/tree-sitter-clojure";))
+
+(define-public tree-sitter-markdown
+  ;; No tags
+  (let ((commit "ef3caf83663ea97ad9e88d891424fff6a20d878d")
+        (revision "0"))
+    (tree-sitter-grammar
+     "markdown" "Markdown (CommonMark Spec v0.30)"
+     "0p9mxpvkhzsxbndda36zx5ycd6g2r2qs60gpx4y56p10lhgzlyqj"
+     "0.1.1"
+     #:repository-url "https://github.com/MDeiml/tree-sitter-markdown";
+     #:grammar-directories '("tree-sitter-markdown"
+                             "tree-sitter-markdown-inline")
+     #:commit commit)))



reply via email to

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