diff options
author | john muhl <jm@pub.pink> | 2023-09-16 14:53:41 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-08 23:43:50 +0200 |
commit | a44569899a54d18a70b62498bec3774f0be3f66b (patch) | |
tree | cb9c7958648702fc07f46b6b8b44c6eba3d5e76d /gnu/packages | |
parent | f59c31deaf44cf487878ae6e6b61026630b616ff (diff) |
gnu: Add tree-sitter-lua.
* gnu/packages/tree-sitter.scm (tree-sitter-lua): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tree-sitter.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index acec59ad20..2fe055f1ed 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -607,3 +607,10 @@ which will be used as a snippet in origin." (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")) |