GNU bug report logs -
#66036
[PATCH] gnu: Add tree-sitter-lua.
Previous Next
Reported by: john muhl <jm <at> pub.pink>
Date: Sat, 16 Sep 2023 19:55:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
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
This bug report was last modified 1 year and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.