mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-agda.
* gnu/packages/tree-sitter.scm (tree-sitter-agda): New variable. Change-Id: I4ba3288e43d84df84504223c85214dadca93b22e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
d187330326
commit
cc96e1831b
1 changed files with 10 additions and 0 deletions
|
|
@ -293,6 +293,16 @@ which will be used as a snippet in origin."
|
|||
#:repository-url "https://github.com/briot/tree-sitter-ada"
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-agda
|
||||
;; Use a later commit because some tests fail with the v1.3.1 tag.
|
||||
(let ((commit "e8d47a6987effe34d5595baf321d82d3519a8527")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"agda" "Agda"
|
||||
"1x06a1c7k5lyw4803h514yibmzizszg8dc6r4wj9gjnr1vw7l7p6"
|
||||
(git-version "1.3.1" revision commit)
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-arduino
|
||||
(tree-sitter-grammar
|
||||
"arduino" "Arduino"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue