gnu: Add python-tree-sitter-python.

* gnu/packages/tree-sitter.scm (python-tree-sitter-python): New variable.

Change-Id: I3c7d059a0de8d5b3d99aaefe4e73e5df28cd42b5
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Evgenii Klimov 2025-09-22 18:19:38 +01:00 committed by Liliana Marie Prikler
parent c6ca9ea159
commit 9111c3554b
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -930,3 +930,9 @@ to generate the package name. When TESTS? is true, tests are enabled."
tree-sitter-json
;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged
#:tests? #f))
(define-public python-tree-sitter-python
(python-tree-sitter-grammar
tree-sitter-python
;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged
#:tests? #f))