mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add tree-sitter-awk.
* gnu/packages/tree-sitter.scm (tree-sitter-awk): New variable. Change-Id: Iba10ae4fc9f8f86d43a0db256d645239be2fa8fc
This commit is contained in:
parent
6957a9c336
commit
6ba29e0210
1 changed files with 8 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue