mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-pgn.
* gnu/packages/tree-sitter.scm (tree-sitter-pgn): New variable. Change-Id: Iadc173d3791c42dd51e5ef0f69b408321c33127e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
83a82fa856
commit
ac4e06d292
1 changed files with 8 additions and 0 deletions
|
|
@ -1022,6 +1022,14 @@ which will be used as a snippet in origin."
|
|||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-pem")))
|
||||
|
||||
(define-public tree-sitter-pgn
|
||||
(tree-sitter-grammar
|
||||
"pgn" "Chess Portable Game Notation (PGN)"
|
||||
"0mazy9y80pd20a3a76b0nfxswh7xxdsnya0y0lzl86sh4w95f52p"
|
||||
"1.2.12"
|
||||
#:repository-url "https://github.com/rolandwalker/tree-sitter-pgn"
|
||||
#:license license:bsd-2))
|
||||
|
||||
(define-public tree-sitter-plantuml
|
||||
;; No tags
|
||||
(let ((commit "c7361a1d481dc1ff6700b14ea1d5efc549b72713")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue