mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-hack.
* gnu/packages/tree-sitter.scm (tree-sitter-hack): New variable. Change-Id: Ibf9d280b87d22379e6676df031285c4f25418bf7 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
50f8139a69
commit
c0aa634cc5
1 changed files with 11 additions and 0 deletions
|
|
@ -674,6 +674,17 @@ which will be used as a snippet in origin."
|
|||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-gstlaunch")))
|
||||
|
||||
(define-public tree-sitter-hack
|
||||
(let ((version "0.0.4")
|
||||
(commit "bc5b3a10d6d27e8220a113a9a7fe9bec0a1574b0")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"hack" "Hack"
|
||||
"08rmlbxhb79d4zb0rb5wwkm4cqgy4a2l8zh37p2kx9gr352wjl3m"
|
||||
(git-version version revision commit)
|
||||
#:commit commit
|
||||
#:repository-url "https://github.com/slackhq/tree-sitter-hack")))
|
||||
|
||||
(define-public tree-sitter-haskell
|
||||
(tree-sitter-grammar
|
||||
"haskell" "Haskell"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue