mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
c16610721c
commit
f774baafdb
1 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue