mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add tree-sitter-rust.
gnu/packages/tree-sitter.scm (tree-sitter-rust): New variable.
This commit is contained in:
parent
8fb1af3483
commit
f9485e59f0
1 changed files with 6 additions and 0 deletions
|
@ -405,3 +405,9 @@ (define-public tree-sitter-ruby
|
|||
"1pqr24bj68lgi1w2cblr8asfby681l3032jrppq4n9x5zm23fi6n"
|
||||
(git-version "0.19.0" revision commit)
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-rust
|
||||
(tree-sitter-grammar
|
||||
"rust" "Rust"
|
||||
"149jhy01mqvavwa8jlxb8bnn7sxpfq2x1w35si6zn60b7kqjlx8f"
|
||||
"0.20.3"))
|
||||
|
|
Loading…
Reference in a new issue