unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: john muhl via Guix-patches via <guix-patches@gnu.org>
To: 66036@debbugs.gnu.org
Cc: john muhl <jm@pub.pink>
Subject: [bug#66036] [PATCH] gnu: Add tree-sitter-lua.
Date: Sat, 16 Sep 2023 14:53:41 -0500	[thread overview]
Message-ID: <20230916195341.3370126-1-jm@pub.pink> (raw)

gnu/packages/tree-sitter.scm (tree-sitter-lua): 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 58db2603af..e7a6eaab7d 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -607,3 +607,10 @@ (define-public tree-sitter-plantuml
            (use-modules (guix build utils))
            (delete-file "binding.gyp")
            (delete-file-recursively "bindings"))))))
+
+(define-public tree-sitter-lua
+  (tree-sitter-grammar
+   "lua" "Lua"
+   "05irhg6gg11r9cnzh0h3691pnxjhd396sa1x8xrgqjz2fd09brf3"
+   "0.0.19"
+   #:repository-url "https://github.com/MunifTanjim/tree-sitter-lua"))
-- 
2.41.0





             reply	other threads:[~2023-09-16 20:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-16 19:53 john muhl via Guix-patches via [this message]
2023-10-08 21:39 ` bug#66036: [PATCH] gnu: Add tree-sitter-lua Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230916195341.3370126-1-jm@pub.pink \
    --to=guix-patches@gnu.org \
    --cc=66036@debbugs.gnu.org \
    --cc=jm@pub.pink \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).