[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"))
- branch master updated (542fcc3dfe -> a3c6959de6), guix-commits, 2023/02/14
- 08/25: gnu: Add tree-sitter-bash., guix-commits, 2023/02/14
- 14/25: gnu: Add tree-sitter-json., guix-commits, 2023/02/14
- 03/25: gnu: Add tree-sitter-typescript., guix-commits, 2023/02/14
- 10/25: gnu: Add tree-sitter-elm., guix-commits, 2023/02/14
- 17/25: gnu: Add tree-sitter-php., guix-commits, 2023/02/14
- 07/25: gnu: Add tree-sitter-elixir., guix-commits, 2023/02/14
- 15/25: gnu: Add tree-sitter-julia.,
guix-commits <=
- 22/25: gnu: Add tree-sitter-clojure., guix-commits, 2023/02/14
- 20/25: gnu: Add tree-sitter-ruby., guix-commits, 2023/02/14
- 12/25: gnu: Add tree-sitter-haskell., guix-commits, 2023/02/14
- 25/25: gnu: Add tree-sitter-org., guix-commits, 2023/02/14
- 16/25: gnu: Add tree-sitter-ocaml., guix-commits, 2023/02/14
- 21/25: gnu: Add tree-sitter-rust., guix-commits, 2023/02/14
- 23/25: gnu: Add tree-sitter-markdown., guix-commits, 2023/02/14
- 24/25: gnu: Add tree-sitter-markdown-gfm., guix-commits, 2023/02/14
- 06/25: gnu: Add tree-sitter-css., guix-commits, 2023/02/14
- 18/25: gnu: Add tree-sitter-python., guix-commits, 2023/02/14