mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Add tree-sitter-lua.
* gnu/packages/tree-sitter.scm (tree-sitter-lua): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f59c31deaf
commit
a44569899a
1 changed files with 7 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue