mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add tree-sitter-clojure.
gnu/packages/tree-sitter.scm (tree-sitter-clojure): New variable.
This commit is contained in:
parent
f9485e59f0
commit
b6e27a24fe
1 changed files with 7 additions and 0 deletions
|
@ -411,3 +411,10 @@ (define-public tree-sitter-rust
|
||||||
"rust" "Rust"
|
"rust" "Rust"
|
||||||
"149jhy01mqvavwa8jlxb8bnn7sxpfq2x1w35si6zn60b7kqjlx8f"
|
"149jhy01mqvavwa8jlxb8bnn7sxpfq2x1w35si6zn60b7kqjlx8f"
|
||||||
"0.20.3"))
|
"0.20.3"))
|
||||||
|
|
||||||
|
(define-public tree-sitter-clojure
|
||||||
|
(tree-sitter-grammar
|
||||||
|
"clojure" "Clojure"
|
||||||
|
"0bgd9g1j4ww45g0l0aa1jac49421z95cc2rhcgqmgx7nzn94rszp"
|
||||||
|
"0.0.11"
|
||||||
|
#:repository-url "https://github.com/sogaiu/tree-sitter-clojure"))
|
||||||
|
|
Loading…
Reference in a new issue