mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
afa77fc7cf
commit
c1a323eadf
1 changed files with 6 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue