unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 69419@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#69419] [PATCH 2/3] gnu: Add tree-sitter-hcl.
Date: Tue, 27 Feb 2024 03:09:59 +0000	[thread overview]
Message-ID: <75505a899fad85d1dfd0acb186c2a76a53df65ef.1709003067.git.paul@apatience.com> (raw)
In-Reply-To: <cover.1709003067.git.paul@apatience.com>

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

Change-Id: I2522cf5cc30b313c16636821deed2752ea65b43e
---
 gnu/packages/tree-sitter.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 79e204e6b4..3cf79d5502 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -456,6 +456,15 @@ (define-public tree-sitter-haskell
      (git-version "0.14.0" revision commit)
      #:commit commit)))
 
+(define-public tree-sitter-hcl
+  (tree-sitter-grammar
+   "hcl" "HCL"
+   "1yydi61jki7xpabi0aq6ykz4w4cya15g8rp34apb6qq9hm4lm9di"
+   "1.1.0"
+   #:article "an"
+   #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
+   #:license license:asl2.0))
+
 (define-public tree-sitter-java
   (tree-sitter-grammar
    "java" "Java"
-- 
2.41.0






  parent reply	other threads:[~2024-02-27  3:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-27  3:05 [bug#69419] [PATCH 0/3] gnu: Add tree-sitter-{kdl,hcl,ron} Paul A. Patience
2024-02-27  3:09 ` [bug#69419] [PATCH 1/3] gnu: Add tree-sitter-kdl Paul A. Patience
2024-02-27  3:09 ` Paul A. Patience [this message]
2024-02-27  3:10 ` [bug#69419] [PATCH 3/3] gnu: Add tree-sitter-ron Paul A. Patience
2024-03-27 14:44 ` bug#69419: [PATCH 0/3] gnu: Add tree-sitter-{kdl,hcl,ron} 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=75505a899fad85d1dfd0acb186c2a76a53df65ef.1709003067.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=69419@debbugs.gnu.org \
    /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).