guix-commits
[Top][All Lists]
Advanced

[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"))



reply via email to

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