gnu: Add python-tree-sitter-javascript.

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

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

View file

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