[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/25: gnu: Add tree-sitter-c.
From: |
guix-commits |
Subject: |
04/25: gnu: Add tree-sitter-c. |
Date: |
Tue, 14 Feb 2023 08:13:52 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit 49a95477a81252e4e8b4f7e39b499e80f381ec23
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 13:20:12 2023 +0400
gnu: Add tree-sitter-c.
gnu/packages/tree-sitter.scm (tree-sitter-c): New variable.
---
gnu/packages/tree-sitter.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 51703da85d..72fc6c9de5 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -264,3 +264,9 @@ will be used in description and synopsis."
"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"))
- 20/25: gnu: Add tree-sitter-ruby., (continued)
- 20/25: gnu: Add tree-sitter-ruby., guix-commits, 2023/02/14
- 12/25: gnu: Add tree-sitter-haskell., guix-commits, 2023/02/14
- 25/25: gnu: Add tree-sitter-org., guix-commits, 2023/02/14
- 16/25: gnu: Add tree-sitter-ocaml., guix-commits, 2023/02/14
- 21/25: gnu: Add tree-sitter-rust., guix-commits, 2023/02/14
- 23/25: gnu: Add tree-sitter-markdown., guix-commits, 2023/02/14
- 24/25: gnu: Add tree-sitter-markdown-gfm., guix-commits, 2023/02/14
- 06/25: gnu: Add tree-sitter-css., guix-commits, 2023/02/14
- 18/25: gnu: Add tree-sitter-python., guix-commits, 2023/02/14
- 02/25: gnu: Add tree-sitter-javascript., guix-commits, 2023/02/14
- 04/25: gnu: Add tree-sitter-c.,
guix-commits <=
- 05/25: gnu: Add tree-sitter-cpp., guix-commits, 2023/02/14
- 01/25: gnu: tree-sitter-grammar: Extend functionality., guix-commits, 2023/02/14
- 11/25: gnu: Add tree-sitter-go., guix-commits, 2023/02/14
- 09/25: gnu: Add tree-sitter-c-sharp., guix-commits, 2023/02/14
- 13/25: gnu: Add tree-sitter-java., guix-commits, 2023/02/14
- 19/25: gnu: Add tree-sitter-r., guix-commits, 2023/02/14