me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-lua.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
john muhl 2023-09-16 14:53:41 -05:00 committed by Ludovic Courtès
parent f59c31deaf
commit a44569899a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -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"))