unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
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 v2] gnu: Add tree-sitter-cmake.
Date: Sun, 20 Aug 2023 19:48:25 +0800	[thread overview]
Message-ID: <0c4c4487d91911307bfe3078a6c78e83a0662555.1692531914.git.hako@ultrarare.space> (raw)
In-Reply-To: <3edd243c23a0b891725590e536655d65d5fa16de.1688367124.git.hako@ultrarare.space>

* gnu/packages/tree-sitter.scm (tree-sitter-cmake): New variable.
---

V1 -> V2: Version 0.4.0->0.4.1.

 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 117c2acb0c..ce12cbac4f 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"
+   "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")

base-commit: ad5e4fe54a66c725dc03dedebf8e5c65723ccb74
-- 
2.41.0





  reply	other threads:[~2023-08-20 11:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03  7:12 [bug#64430] [PATCH] gnu: Add tree-sitter-cmake Hilton Chain via Guix-patches via
2023-08-20 11:48 ` Hilton Chain via Guix-patches via [this message]
2023-08-27  4:12   ` bug#64430: [PATCH v2] " 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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0c4c4487d91911307bfe3078a6c78e83a0662555.1692531914.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).