mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add tree-sitter-vimdoc.
* gnu/packages/tree-sitter.scm (tree-sitter-vimdoc): New variable. Change-Id: Idcbddaf79d1e76c64f9bda0c1a710f43b31c99e0 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
b0bd67976b
commit
8fd05e3980
1 changed files with 9 additions and 0 deletions
|
@ -899,6 +899,15 @@ which will be used as a snippet in origin."
|
||||||
"0.7.0"
|
"0.7.0"
|
||||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-vim"))
|
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-vim"))
|
||||||
|
|
||||||
|
(define-public tree-sitter-vimdoc
|
||||||
|
(tree-sitter-grammar "vimdoc"
|
||||||
|
"Vimdoc"
|
||||||
|
"1gi16hmh4vk9hdfkg9kvwxd7m4rq8r6vymk7fgxqqrbyrks9f0mw"
|
||||||
|
"4.0.0"
|
||||||
|
#:repository-url
|
||||||
|
"https://github.com/neovim/tree-sitter-vimdoc"
|
||||||
|
#:license license:expat))
|
||||||
|
|
||||||
(define* (python-tree-sitter-grammar pkg #:key tests?)
|
(define* (python-tree-sitter-grammar pkg #:key tests?)
|
||||||
"Returns a package for Python bindings of a Tree-sitter grammar. PKG is a
|
"Returns a package for Python bindings of a Tree-sitter grammar. PKG is a
|
||||||
package for a Tree-sitter grammar; its name will be used with python- prefix
|
package for a Tree-sitter grammar; its name will be used with python- prefix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue