unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66036] [PATCH] gnu: Add tree-sitter-lua.
@ 2023-09-16 19:53 john muhl via Guix-patches via
  2023-10-08 21:39 ` bug#66036: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: john muhl via Guix-patches via @ 2023-09-16 19:53 UTC (permalink / raw)
  To: 66036; +Cc: john muhl

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





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

* bug#66036: [PATCH] gnu: Add tree-sitter-lua.
  2023-09-16 19:53 [bug#66036] [PATCH] gnu: Add tree-sitter-lua john muhl via Guix-patches via
@ 2023-10-08 21:39 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-08 21:39 UTC (permalink / raw)
  To: john muhl; +Cc: 66036-done

john muhl <jm@pub.pink> skribis:

> gnu/packages/tree-sitter.scm (tree-sitter-lua): New variable.

Applied, thanks!




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

end of thread, other threads:[~2023-10-08 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 19:53 [bug#66036] [PATCH] gnu: Add tree-sitter-lua john muhl via Guix-patches via
2023-10-08 21:39 ` bug#66036: " Ludovic Courtès

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).