gnu: Add tree-sitter-func.

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

Change-Id: I46f23a962e1126b6c444c100a8f2bef9ba614a6d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Evgenii Klimov 2025-10-14 12:54:13 +01:00 committed by Liliana Marie Prikler
parent c16610721c
commit f774baafdb
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -542,6 +542,18 @@ which will be used as a snippet in origin."
"https://github.com/stadelmanma/tree-sitter-fortran"
#:commit commit)))
(define-public tree-sitter-func
(let ((version "1.0.0")
(commit "c1d2cc41b39760127a8cd5d4f4923e27114c373b")
(revision "0"))
(tree-sitter-grammar
"func" "FunC"
"066g8jn2snmcxwm74wqyxxz2nz2vsjlwhdc455l389czddnncf2j"
(git-version version revision commit)
#:commit commit
#:repository-url
"https://github.com/tree-sitter-grammars/tree-sitter-func")))
(define-public tree-sitter-go
(tree-sitter-grammar
"go" "Go"