mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
537e09baec
commit
50e227676e
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue