mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: tree-sitter-clojure: Update to 0.0.13.
* gnu/packages/tree-sitter.scm (tree-sitter-clojure): Update to 0.0.13. Change-Id: If12e1a32744a2ecec3774303ccbba2032e2b0855 Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
54d1a70a76
commit
53a77c096d
1 changed files with 15 additions and 3 deletions
|
|
@ -596,9 +596,21 @@ which will be used as a snippet in origin."
|
|||
(define-public tree-sitter-clojure
|
||||
(tree-sitter-grammar
|
||||
"clojure" "Clojure"
|
||||
"0bgd9g1j4ww45g0l0aa1jac49421z95cc2rhcgqmgx7nzn94rszp"
|
||||
"0.0.11"
|
||||
#:repository-url "https://github.com/sogaiu/tree-sitter-clojure"))
|
||||
"1j41ba48sid6blnfzn6s9vsl829qxd86lr6yyrnl95m42x8q5cx4"
|
||||
"0.0.13"
|
||||
#:repository-url "https://github.com/sogaiu/tree-sitter-clojure"
|
||||
#:get-cleanup-snippet
|
||||
(lambda (grammar-directories)
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(for-each
|
||||
(lambda (lang)
|
||||
(with-directory-excursion lang
|
||||
(delete-file "src/grammar.json")
|
||||
(delete-file "src/node-types.json")
|
||||
(delete-file "src/parser.c")
|
||||
(delete-file-recursively "src/tree_sitter")))
|
||||
'#$grammar-directories)))))
|
||||
|
||||
(define-public tree-sitter-markdown
|
||||
;; No tags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue