guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/25: gnu: Add tree-sitter-julia.


From: guix-commits
Subject: 15/25: gnu: Add tree-sitter-julia.
Date: Tue, 14 Feb 2023 08:13:54 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit f5a2f3883a72f3ee41e6cfaf0a75a55a0baabb1d
Author: Andrew Tropin <andrew@trop.in>
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

[Prev in Thread] Current Thread [Next in Thread]