mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-powershell.
* gnu/packages/tree-sitter.scm (tree-sitter-powershell): New variable. Change-Id: I09e5a7affdae621df396bb008ac8399da32a7e46 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
f1d4ed0822
commit
d2214845d7
1 changed files with 8 additions and 0 deletions
|
|
@ -1069,6 +1069,14 @@ which will be used as a snippet in origin."
|
|||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-po")))
|
||||
|
||||
(define-public tree-sitter-powershell
|
||||
(tree-sitter-grammar
|
||||
"powershell" "Powershell"
|
||||
"1wz34js891sx6j2s128sdcbxj1k2zi300fg5a4vf5acaz82jcs8q"
|
||||
"0.25.8"
|
||||
#:repository-url
|
||||
"https://github.com/airbus-cert/tree-sitter-powershell"))
|
||||
|
||||
(define-public tree-sitter-prisma
|
||||
(tree-sitter-grammar
|
||||
"prisma" "Prisma"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue