From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64430@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#64430] [PATCH] gnu: Add tree-sitter-cmake.
Date: Mon, 3 Jul 2023 15:12:48 +0800 [thread overview]
Message-ID: <3edd243c23a0b891725590e536655d65d5fa16de.1688367124.git.hako@ultrarare.space> (raw)
* 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
next reply other threads:[~2023-07-03 7:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-03 7:12 Hilton Chain via Guix-patches via [this message]
2023-08-20 11:48 ` [bug#64430] [PATCH v2] gnu: Add tree-sitter-cmake Hilton Chain via Guix-patches via
2023-08-27 4:12 ` bug#64430: " Hilton Chain via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3edd243c23a0b891725590e536655d65d5fa16de.1688367124.git.hako@ultrarare.space \
--to=guix-patches@gnu.org \
--cc=64430@debbugs.gnu.org \
--cc=hako@ultrarare.space \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.