mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Add tree-sitter-c.
gnu/packages/tree-sitter.scm (tree-sitter-c): New variable.
This commit is contained in:
parent
adfbb5e3eb
commit
49a95477a8
1 changed files with 6 additions and 0 deletions
|
@ -264,3 +264,9 @@ (define-public tree-sitter-typescript
|
|||
"0.20.1"
|
||||
#:inputs (list tree-sitter-javascript)
|
||||
#:grammar-directories '("typescript" "tsx")))
|
||||
|
||||
(define-public tree-sitter-c
|
||||
(tree-sitter-grammar
|
||||
"c" "C"
|
||||
"1w03r4l773ki4iq2xxsc2pqxf3pjsbybq3xq4glmnsihgylibn8v"
|
||||
"0.20.2"))
|
||||
|
|
Loading…
Reference in a new issue