forked from tribes/guix
gnu: Add tree-sitter-puppet.
* gnu/packages/tree-sitter.scm (tree-sitter-puppet): New variable. Change-Id: Ib2b8410be225622f98c384321f8405d51560cc68 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
537e09baec
commit
50e227676e
@@ -1113,6 +1113,14 @@ which will be used as a snippet in origin."
|
||||
#:commit commit
|
||||
#:repository-url "https://github.com/treywood/tree-sitter-proto")))
|
||||
|
||||
(define-public tree-sitter-puppet
|
||||
(tree-sitter-grammar
|
||||
"puppet" "Puppet"
|
||||
"19032dhb60vxij6b6xvgnigwhhbm4y89dr11vxsr1kk10zj61vkc"
|
||||
"1.3.0"
|
||||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-puppet"))
|
||||
|
||||
(define-public tree-sitter-python
|
||||
(tree-sitter-grammar
|
||||
"python" "Python"
|
||||
|
||||
Reference in New Issue
Block a user