[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/25: gnu: Add tree-sitter-bash.
From: |
guix-commits |
Subject: |
08/25: gnu: Add tree-sitter-bash. |
Date: |
Tue, 14 Feb 2023 08:13:53 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit fa1421283d29180c90fc27c53e3063baaaebf90a
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 14:59:30 2023 +0400
gnu: Add tree-sitter-bash.
gnu/packages/tree-sitter.scm (tree-sitter-bash): 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 71a74ae721..caa38596ec 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -300,3 +300,9 @@ will be used in description and synopsis."
#:repository-url "https://github.com/elixir-lang/tree-sitter-elixir"
#:commit commit
#:license (list license:asl2.0 license:expat))))
+
+(define-public tree-sitter-bash
+ (tree-sitter-grammar
+ "bash" "Bash"
+ "18c030bb65r50i6z37iy7jb9z9i8i36y7b08dbc9bchdifqsijs5"
+ "0.19.0"))
- branch master updated (542fcc3dfe -> a3c6959de6), guix-commits, 2023/02/14
- 08/25: gnu: Add tree-sitter-bash.,
guix-commits <=
- 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, 2023/02/14
- 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