dannym pushed a commit to branch master
in repository guix.

commit 6ba29e02108ed144da1234b4b5512ee03865dcf6
Author: Danny Milosavljevic <dan...@scratchpost.org>
AuthorDate: Sun May 12 22:37:10 2024 +0200

    gnu: Add tree-sitter-awk.
    
    * gnu/packages/tree-sitter.scm (tree-sitter-awk): New variable.
    
    Change-Id: Iba10ae4fc9f8f86d43a0db256d645239be2fa8fc
---
 gnu/packages/tree-sitter.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index d321609efb..fc43357c3e 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -717,3 +717,11 @@ which will be used as a snippet in origin."
    "0.3.6"
    #:repository-url "https://github.com/fwcd/tree-sitter-kotlin";
    #:commit "0.3.6"))
+
+(define-public tree-sitter-awk
+  (tree-sitter-grammar
+   "awk" "AWK"
+   "1far60pxkqfrxi85hhn811g2r7vhnzdvfp5piy89fmpxk33s4vmi"
+   ;; Version 0.7.1 would be most recent, but would require tree-sitter >= 
0.21.0.
+   "0.6.2"
+   #:repository-url "https://github.com/Beaglefoot/tree-sitter-awk";))

Reply via email to