me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-markdown-gfm.

gnu/packages/tree-sitter.scm (tree-sitter-markdown-gfm): New variable.
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
1 changed files with 9 additions and 0 deletions

View File

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