me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-awk.

* gnu/packages/tree-sitter.scm (tree-sitter-awk): New variable.

Change-Id: Iba10ae4fc9f8f86d43a0db256d645239be2fa8fc
master
Danny Milosavljevic 2024-05-12 22:37:10 +02:00
parent 6957a9c336
commit 6ba29e0210
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 8 additions and 0 deletions

View File

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