gnu: tree-sitter-nix: Update to 0.0.2.

* gnu/packages/tree-sitter.scm (tree-sitter-nix): Update to 0.0.2.

Change-Id: Icdb7bc67e3bcf7dc0fd50f3f253874217b5dab59
This commit is contained in:
Hilton Chain 2025-04-12 12:42:33 +08:00
parent f90c18c7f7
commit e5d7b23604
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -668,11 +668,16 @@ which will be used as a snippet in origin."
(define-public tree-sitter-nix
(tree-sitter-grammar
"nix" "Nix"
"0nn3ij8k6wkbf3kcvkyyp0vhfjcksi31wyyfwmsbx66maf2xgaii"
"0.0.0"
;; The most recent commit at time of packaging, no tags.
#:commit "763168fa916a333a459434f1424b5d30645f015d"
#:repository-url "https://github.com/nix-community/tree-sitter-nix"))
"0rkvr64fvawblpg39rr0mrigf1rhsk30vng2vxviwb7fk50iww0i"
"0.0.2"
#:repository-url "https://github.com/nix-community/tree-sitter-nix"
#:get-cleanup-snippet
(lambda (grammar-directories)
#~(begin
(use-modules (guix build utils))
;; FIXME: Language not found.
(delete-file-recursively "test/highlight")
#$(tree-sitter-delete-generated-files grammar-directories)))))
(define-public tree-sitter-org
;; There are a lot of additions, the last tag was placed a while ago