mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add tree-sitter-vim.
* gnu/packages/tree-sitter.scm (tree-sitter-vim): New variable. Change-Id: I4b751ac6511e7cfd8e0501b8bd9e1c518c933a61 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
aeee61c319
commit
b0bd67976b
1 changed files with 7 additions and 0 deletions
|
@ -892,6 +892,13 @@ which will be used as a snippet in origin."
|
||||||
"1.1.2"
|
"1.1.2"
|
||||||
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-zig"))
|
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-zig"))
|
||||||
|
|
||||||
|
(define-public tree-sitter-vim
|
||||||
|
(tree-sitter-grammar "vim"
|
||||||
|
"Vimscript"
|
||||||
|
"0wr0sijh3vpka0gysbf0ki8zkvwfg8r5lvhi3xbwmkbyszjzgrqw"
|
||||||
|
"0.7.0"
|
||||||
|
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-vim"))
|
||||||
|
|
||||||
(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