GNU bug report logs -
#62349
[PATCH] gnu: Add tree-sitter-heex.
Previous Next
Reported by: ivan-p-sokolov <at> ya.ru
Date: Tue, 21 Mar 2023 19:02:02 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 31 Mar 2023 08:25:29 +0400
with message-id <87edp5v96u.fsf <at> trop.in>
and subject line Re: [bug#62349] [PATCH] gnu: Add tree-sitter-heex.
has caused the debbugs.gnu.org bug report #62349,
regarding [PATCH] gnu: Add tree-sitter-heex.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
62349: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62349
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable.
---
gnu/packages/tree-sitter.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 8dda7737ca..b91345bb36 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -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"
--
2.39.2
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
On 2023-03-21 22:01, ivan-p-sokolov <at> ya.ru wrote:
> gnu/packages/tree-sitter.scm (tree-sitter-heex): New variable.
> ---
> gnu/packages/tree-sitter.scm | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
> index 8dda7737ca..b91345bb36 100644
> --- a/gnu/packages/tree-sitter.scm
> +++ b/gnu/packages/tree-sitter.scm
> @@ -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"
Hi Ivan,
thank you for the patch! Applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a368e3cf6b
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.