[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/25: gnu: Add tree-sitter-cpp.
From: |
guix-commits |
Subject: |
05/25: gnu: Add tree-sitter-cpp. |
Date: |
Tue, 14 Feb 2023 08:13:53 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit b8b05538fff5a1fa705dfc74289c343cb3e6ff89
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 13:20:25 2023 +0400
gnu: Add tree-sitter-cpp.
gnu/packages/tree-sitter.scm (tree-sitter-cpp): New variable.
---
gnu/packages/tree-sitter.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 72fc6c9de5..443d9de88e 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -270,3 +270,14 @@ will be used in description and synopsis."
"c" "C"
"1w03r4l773ki4iq2xxsc2pqxf3pjsbybq3xq4glmnsihgylibn8v"
"0.20.2"))
+
+(define-public tree-sitter-cpp
+ ;; There are a lot of additions, the last tag was placed more than 1 year ago
+ (let ((commit "56cec4c2eb5d6af3d2942e69e35db15ae2433740")
+ (revision "0"))
+ (tree-sitter-grammar
+ "cpp" "C++"
+ "0c5iwg9j6naivvr18glfp095x32nfl9hbw0q02rhh1b59fkpjs09"
+ (git-version "0.20.0" revision commit)
+ #:commit commit
+ #:inputs (list tree-sitter-c))))
- 12/25: gnu: Add tree-sitter-haskell., (continued)
- 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, 2023/02/14
- 05/25: gnu: Add tree-sitter-cpp.,
guix-commits <=
- 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