mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add tree-sitter-markdown-gfm.
gnu/packages/tree-sitter.scm (tree-sitter-markdown-gfm): New variable.
This commit is contained in:
parent
5c0b86f741
commit
637df0cd94
1 changed files with 9 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue