mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Add tree-sitter-cmake.
* gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
This commit is contained in:
parent
493e9c2f54
commit
5856e185a3
1 changed files with 7 additions and 0 deletions
|
@ -359,6 +359,13 @@ (define-public tree-sitter-cpp
|
|||
#:commit commit
|
||||
#:inputs (list tree-sitter-c))))
|
||||
|
||||
(define-public tree-sitter-cmake
|
||||
(tree-sitter-grammar
|
||||
"cmake" "CMake"
|
||||
"1z49jdachwxwbzrrapskpi2kxq3ydihfj45ab9892gbamfij2zp5"
|
||||
"0.4.1"
|
||||
#:repository-url "https://github.com/uyha/tree-sitter-cmake"))
|
||||
|
||||
(define-public tree-sitter-elixir
|
||||
;; No tags at all, version in the source code is 0.19.0
|
||||
(let ((commit "b20eaa75565243c50be5e35e253d8beb58f45d56")
|
||||
|
|
Loading…
Reference in a new issue