gnu: Add tree-sitter-markdown-gfm.

gnu/packages/tree-sitter.scm (tree-sitter-markdown-gfm): New variable.
This commit is contained in:
Andrew Tropin 2023-02-14 16:59:47 +04:00
parent 5c0b86f741
commit 637df0cd94
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -431,3 +431,12 @@ (define-public tree-sitter-markdown
#: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"))