me
/
guix
Archived
1
0
Fork 0

gnu: Add tree-sitter-c.

gnu/packages/tree-sitter.scm (tree-sitter-c): New variable.
Andrew Tropin 2023-02-14 13:20:12 +04:00
parent adfbb5e3eb
commit 49a95477a8
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 6 additions and 0 deletions

View File

@ -264,3 +264,9 @@ will be used in description and synopsis."
"0.20.1" "0.20.1"
#:inputs (list tree-sitter-javascript) #:inputs (list tree-sitter-javascript)
#:grammar-directories '("typescript" "tsx"))) #:grammar-directories '("typescript" "tsx")))
(define-public tree-sitter-c
(tree-sitter-grammar
"c" "C"
"1w03r4l773ki4iq2xxsc2pqxf3pjsbybq3xq4glmnsihgylibn8v"
"0.20.2"))