mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add tree-sitter-bash.
gnu/packages/tree-sitter.scm (tree-sitter-bash): New variable.
This commit is contained in:
parent
4650f8e9ba
commit
fa1421283d
1 changed files with 6 additions and 0 deletions
|
@ -300,3 +300,9 @@ (define-public tree-sitter-elixir
|
|||
#:repository-url "https://github.com/elixir-lang/tree-sitter-elixir"
|
||||
#:commit commit
|
||||
#:license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public tree-sitter-bash
|
||||
(tree-sitter-grammar
|
||||
"bash" "Bash"
|
||||
"18c030bb65r50i6z37iy7jb9z9i8i36y7b08dbc9bchdifqsijs5"
|
||||
"0.19.0"))
|
||||
|
|
Loading…
Reference in a new issue