gnu: tree-sitter-latex: Update to 0.4.0.

* gnu/packages/tree-sitter.scm (tree-sitter-latex): Update to 0.4.0.
[#:get-cleanup-snippet]: Update cleanup snippet.

Change-Id: Ied98f2d5c77f60f771d4d774911440a9942876f8
This commit is contained in:
Hilton Chain 2025-04-12 12:57:41 +08:00
parent 1b19012a3b
commit 4eb138e890
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -737,9 +737,15 @@ which will be used as a snippet in origin."
(define-public tree-sitter-latex
(tree-sitter-grammar
"latex" "LaTeX"
"0lc42x604f04x3kkp88vyqa5dx90wqyisiwl7nn861lyxl6phjnf"
"0.3.0"
#:repository-url "https://github.com/latex-lsp/tree-sitter-latex"))
"18dyda7299imb6i2jnjpr7z2jdrjn804c3958nkkpxzzfhbq39h7"
"0.4.0"
#:repository-url "https://github.com/latex-lsp/tree-sitter-latex"
#:get-cleanup-snippet
(lambda _
#~(begin
(use-modules (guix build utils))
(delete-file "binding.gyp")
(delete-file-recursively "bindings")))))
(define-public tree-sitter-lua
(tree-sitter-grammar