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:
Evgenii Klimov 2025-10-14 13:19:10 +01:00 committed by Liliana Marie Prikler
parent 83a82fa856
commit ac4e06d292
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")