mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add tree-sitter-cpp.
gnu/packages/tree-sitter.scm (tree-sitter-cpp): New variable.
This commit is contained in:
parent
49a95477a8
commit
b8b05538ff
1 changed files with 11 additions and 0 deletions
|
@ -270,3 +270,14 @@ (define-public tree-sitter-c
|
|||
"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))))
|
||||
|
|
Loading…
Reference in a new issue