all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64430] [PATCH] gnu: Add tree-sitter-cmake.
@ 2023-07-03  7:12 Hilton Chain via Guix-patches via
  2023-08-20 11:48 ` [bug#64430] [PATCH v2] " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-07-03  7:12 UTC (permalink / raw)
  To: 64430; +Cc: Hilton Chain

* gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
---
 gnu/packages/tree-sitter.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 22bf419a71..58492e74f6 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -358,6 +358,13 @@ (define-public tree-sitter-cpp
        #:commit commit
        #:inputs (list tree-sitter-c))))
 
+(define-public tree-sitter-cmake
+  (tree-sitter-grammar
+   "cmake" "CMake"
+   "0i8vsvkkas1fnn35na68gq5xq2y3xvhv2bk9q6x8c1bzsqm6rcsa"
+   "0.4.0"
+   #: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")

base-commit: 08649cfcd41bc78ba4df0609798461816dda9496
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-27  4:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03  7:12 [bug#64430] [PATCH] gnu: Add tree-sitter-cmake Hilton Chain via Guix-patches via
2023-08-20 11:48 ` [bug#64430] [PATCH v2] " Hilton Chain via Guix-patches via
2023-08-27  4:12   ` bug#64430: " Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.