all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62349] [PATCH] gnu: Add tree-sitter-heex.
@ 2023-03-21 19:01 ivan-p-sokolov
  2023-03-31  4:25 ` bug#62349: " Andrew Tropin
  0 siblings, 1 reply; 2+ messages in thread
From: ivan-p-sokolov @ 2023-03-21 19:01 UTC (permalink / raw)
  To: 62349

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62349: [PATCH] gnu: Add tree-sitter-heex.
  2023-03-21 19:01 [bug#62349] [PATCH] gnu: Add tree-sitter-heex ivan-p-sokolov
@ 2023-03-31  4:25 ` Andrew Tropin
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Tropin @ 2023-03-31  4:25 UTC (permalink / raw)
  To: ivan-p-sokolov, 62349-done

[-- Attachment #1: Type: text/plain, Size: 1044 bytes --]

On 2023-03-21 22:01, ivan-p-sokolov@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-31  4:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 19:01 [bug#62349] [PATCH] gnu: Add tree-sitter-heex ivan-p-sokolov
2023-03-31  4:25 ` bug#62349: " Andrew Tropin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.