gnu: Add tree-sitter-scala.
* gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
a44569899a
commit
0be51fe03b
|
@ -6,6 +6,7 @@
|
|||
;;; Copyright © 2023 Andrew Tropin <andrew@trop.in>
|
||||
;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
|
||||
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2023 Raven Hallsby <karl@hallsby.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -614,3 +615,9 @@ which will be used as a snippet in origin."
|
|||
"05irhg6gg11r9cnzh0h3691pnxjhd396sa1x8xrgqjz2fd09brf3"
|
||||
"0.0.19"
|
||||
#:repository-url "https://github.com/MunifTanjim/tree-sitter-lua"))
|
||||
|
||||
(define-public tree-sitter-scala
|
||||
(tree-sitter-grammar
|
||||
"scala" "Scala"
|
||||
"0hs6gmkq5cx9qrmgfz1mh0c34flwffc0k2mhwf13laawswnywfkz"
|
||||
"0.20.2"))
|
||||
|
|
Reference in New Issue