mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-jsonnet.
* gnu/packages/tree-sitter.scm (tree-sitter-jsonnet): New variable. Change-Id: I81228afe4fea17ed3b40a5cb67b448d1246b413c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
71eaec5d37
commit
596b52c9ca
1 changed files with 12 additions and 0 deletions
|
|
@ -774,6 +774,18 @@ which will be used as a snippet in origin."
|
|||
"0p0fiqi5imxm13s1fs6bhqw6v11n79ri1af3d072zm7jqkcl5mhc"
|
||||
"0.24.8"))
|
||||
|
||||
(define-public tree-sitter-jsonnet
|
||||
(let ((version "0.0.1")
|
||||
(commit "ddd075f1939aed8147b7aa67f042eda3fce22790")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"jsonnet" "JSONNET"
|
||||
"1bfdjxp0h95d124bzlhlvc9b5q19cdj716aym41nyl6z5a992c9q"
|
||||
(git-version version revision commit)
|
||||
#:commit commit
|
||||
#:repository-url
|
||||
"https://github.com/sourcegraph/tree-sitter-jsonnet")))
|
||||
|
||||
(define-public tree-sitter-julia
|
||||
(tree-sitter-grammar
|
||||
"julia" "Julia"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue