me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-javascript.

gnu/packages/tree-sitter.scm (tree-sitter-javascript): New variable.
Andrew Tropin 2023-02-14 13:19:15 +04:00
parent 76ac9edb0d
commit acae7b10e8
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 7 additions and 0 deletions

View File

@ -249,3 +249,10 @@ will be used in description and synopsis."
"html" "HTML"
"1hg7vbcy7bir6b8x11v0a4x0glvqnsqc3i2ixiarbxmycbgl3axy"
"0.19.0"))
(define-public tree-sitter-javascript
(tree-sitter-grammar
"javascript" "JavaScript(JSX)"
"175yrk382n2di0c2xn4gpv8y4n83x1lg4hqn04vabf0yqynlkq67"
"0.20.0"
#:commit "rust-0.20.0"))