abcdw pushed a commit to branch master
in repository guix.

commit f5a2f3883a72f3ee41e6cfaf0a75a55a0baabb1d
Author: Andrew Tropin <[email protected]>
AuthorDate: Tue Feb 14 15:46:30 2023 +0400

    gnu: Add tree-sitter-julia.
    
    gnu/packages/tree-sitter.scm (tree-sitter-julia): New variable.
---
 gnu/packages/tree-sitter.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 638d7e8643..f7282dd9a7 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -352,3 +352,9 @@ will be used in description and synopsis."
    "json" "JSON"
    "06pjh31bv9ja9hlnykk257a6zh8bsxg2fqa54al7qk1r4n9ksnff"
    "0.19.0"))
+
+(define-public tree-sitter-julia
+  (tree-sitter-grammar
+   "julia" "Julia"
+   "1pbnmvhy2gq4vg1b0sjzmjm4s2gsgdjh7h01yj8qrrqbcl29c463"
+   "0.19.0"))

Reply via email to