gnu: Add tree-sitter-awk.

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

Change-Id: Iba10ae4fc9f8f86d43a0db256d645239be2fa8fc
This commit is contained in:
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

View file

@ -717,3 +717,11 @@ (define-public tree-sitter-kotlin
"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"))