mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add tree-sitter-kotlin.
* gnu/packages/tree-sitter.scm (tree-sitter-kotlin): New variable. Change-Id: Id29bf5097a4950bdc6a4509eeb7bb8c411064169
This commit is contained in:
parent
89cd778f6a
commit
6957a9c336
1 changed files with 8 additions and 0 deletions
|
@ -709,3 +709,11 @@ (define-public tree-sitter-tlaplus
|
|||
"1.0.8"
|
||||
;; Version 1.2.1 is most recent, but requires tree-sitter >0.21.0
|
||||
#:repository-url "https://github.com/tlaplus-community/tree-sitter-tlaplus"))
|
||||
|
||||
(define-public tree-sitter-kotlin
|
||||
(tree-sitter-grammar
|
||||
"kotlin" "Kotlin"
|
||||
"0lqwjg778xy561hhf90c9m8zdjmv58z5kxgy0cjgys4xqsfbfri6"
|
||||
"0.3.6"
|
||||
#:repository-url "https://github.com/fwcd/tree-sitter-kotlin"
|
||||
#:commit "0.3.6"))
|
||||
|
|
Loading…
Reference in a new issue