mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-nim.
* gnu/packages/tree-sitter.scm (tree-sitter-nim): New variable. Change-Id: Ic9ed25e1271284629074dc18c954154d2299f16e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a512643432
commit
7582ea9c0a
1 changed files with 12 additions and 0 deletions
|
|
@ -940,6 +940,18 @@ which will be used as a snippet in origin."
|
|||
"1.0.4"
|
||||
#:repository-url "https://github.com/Norgate-AV/tree-sitter-netlinx"))
|
||||
|
||||
(define-public tree-sitter-nim
|
||||
(let ((version "0.6.2")
|
||||
(commit "4ad352773688deb84a95eeaa9872acda5b466439")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"nim" "Nim"
|
||||
"17wgv8lv6v3wgsjhwcmrqpvdj0bj69ldmr62j588vsppn2cwqabn"
|
||||
(git-version version revision commit)
|
||||
#:commit commit
|
||||
#:repository-url "https://github.com/alaviss/tree-sitter-nim"
|
||||
#:license license:mpl2.0)))
|
||||
|
||||
(define-public tree-sitter-nix
|
||||
(tree-sitter-grammar
|
||||
"nix" "Nix"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue