mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-rego.
* gnu/packages/tree-sitter.scm (tree-sitter-rego): New variable. Change-Id: I1bf0d5e2749bb9b7adc8966176f131ab4887d2be Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
15f5269921
commit
2d2517f3da
1 changed files with 12 additions and 0 deletions
|
|
@ -1212,6 +1212,18 @@ which will be used as a snippet in origin."
|
|||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-readline")))
|
||||
|
||||
(define-public tree-sitter-rego
|
||||
(let ((version "1.0.0")
|
||||
(commit "20b5a5958c837bc9f74b231022a68a594a313f6d")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"rego" "Rego"
|
||||
"0cmja3gd5nbmi251qc14hh1cbfd7i0mydx74qxs30qvix6q5a2az"
|
||||
(git-version version revision commit)
|
||||
#:commit commit
|
||||
#:repository-url
|
||||
"https://github.com/FallenAngel97/tree-sitter-rego")))
|
||||
|
||||
(define-public tree-sitter-ron
|
||||
(let ((commit "78938553b93075e638035f624973083451b29055")
|
||||
(revision "0"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue