1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add tree-sitter-hare.

* gnu/packages/tree-sitter.scm (tree-sitter-hare): New variable.

Change-Id: I2728c9713621c33a84483e253d8f5f34136ce7ec
This commit is contained in:
jgart
2025-11-14 10:48:58 -06:00
parent 9ef4319155
commit 7b57ab13a4

View File

@@ -685,6 +685,18 @@ which will be used as a snippet in origin."
#:commit commit
#:repository-url "https://github.com/slackhq/tree-sitter-hack")))
(define-public tree-sitter-hare
(let ((version "0.0.1")
(commit "fb6ea01461441ec7c312e64e326649f5e9011a64")
(revision "0"))
(tree-sitter-grammar
"hare" "Hare"
"0c1zswqig2x0qxg5svd5r17vrwi282x6is9irll2vadkfpfm83r9"
(git-version version revision commit)
#:commit commit
#:repository-url "https://git.sr.ht/~ecs/tree-sitter-hare"
#:license license:expat)))
(define-public tree-sitter-haskell
(tree-sitter-grammar
"haskell" "Haskell"