mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-26 04:25:11 -06:00
gnu: Add tree-sitter-python-manifest.
* gnu/packages/tree-sitter.scm (tree-sitter-python-manifest): New variable. Change-Id: If33041b0a3868a90313a7fe5751f035b165c3a7e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
38daa6d3fe
commit
45e68a56be
1 changed files with 8 additions and 0 deletions
|
|
@ -1135,6 +1135,14 @@ which will be used as a snippet in origin."
|
|||
"0a108sfqcsxrp54lapk7k3kq6fmz8745z5q99wpn3i1cqpi9slzg"
|
||||
"0.23.6"))
|
||||
|
||||
(define-public tree-sitter-python-manifest
|
||||
(tree-sitter-grammar
|
||||
"python-manifest" "PyPA manifest"
|
||||
"16k9izgwg2f8yyz1vlzyw9qw4np5fjy3nxr3ksq499a0bz8a59cd"
|
||||
"0.6.0"
|
||||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-pymanifest"))
|
||||
|
||||
(define-public tree-sitter-qml
|
||||
(let ((version "0.2.0") ; Tagged, but we use a more recent commit
|
||||
(commit "0889da4632bba3ec6f39ef4102625654890c15c1")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue