me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-latex.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Karl Hallsby 2024-03-31 22:53:09 -05:00 committed by Ludovic Courtès
parent 8ded7cd784
commit 1bd6a735ec
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 0 deletions

View File

@ -665,6 +665,13 @@ which will be used as a snippet in origin."
(delete-file "binding.gyp") (delete-file "binding.gyp")
(delete-file-recursively "bindings")))))) (delete-file-recursively "bindings"))))))
(define-public tree-sitter-latex
(tree-sitter-grammar
"latex" "LaTeX"
"0lc42x604f04x3kkp88vyqa5dx90wqyisiwl7nn861lyxl6phjnf"
"0.3.0"
#:repository-url "https://github.com/latex-lsp/tree-sitter-latex"))
(define-public tree-sitter-lua (define-public tree-sitter-lua
(tree-sitter-grammar (tree-sitter-grammar
"lua" "Lua" "lua" "Lua"