mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add tree-sitter-heex.
gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
e914ae1571
commit
a368e3cf6b
1 changed files with 7 additions and 0 deletions
|
@ -301,6 +301,13 @@ (define-public tree-sitter-elixir
|
|||
#:commit commit
|
||||
#:license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public tree-sitter-heex
|
||||
(tree-sitter-grammar
|
||||
"heex" "Heex"
|
||||
"00330rgg67fq0d9gk1yswj78d9mn1jvvjmmy1k7cxpvm5993p3sw"
|
||||
"0.6.0"
|
||||
#:repository-url "https://github.com/phoenixframework/tree-sitter-heex"))
|
||||
|
||||
(define-public tree-sitter-bash
|
||||
(tree-sitter-grammar
|
||||
"bash" "Bash"
|
||||
|
|
Loading…
Reference in a new issue