[PATCH] gnu: Add tree-sitter-ungrammar.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • Paul A. Patience
Owner
unassigned
Submitted by
Paul A. Patience
Severity
normal

Debbugs page

P
P
Paul A. Patience wrote on 27 Feb 05:06 -0800
(address . guix-patches@gnu.org)(name . Paul A. Patience)(address . paul@apatience.com)
dc1ccac1a9a560d770077831f1430af7413657fe.1709039156.git.paul@apatience.com
* gnu/packages/tree-sitter.scm (tree-sitter-ungrammar): New variable.

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

Toggle diff (27 lines)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 41257d42f1..b0850af69b 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -526,6 +526,18 @@ (define-public tree-sitter-rust
"1pk4mb3gh62xk0qlhxa8ihhxvnf7grrcchwg2xv99yy6yb3yh26b"
"0.20.4"))
+(define-public tree-sitter-ungrammar
+ ;; No releases yet.
+ (let ((commit "debd26fed283d80456ebafa33a06957b0c52e451")
+ (revision "0"))
+ (tree-sitter-grammar
+ "ungrammar" "Ungrammar"
+ "09bbml1v1m6a9s9y9q1p2264ghf3fhb6kca1vj3qm19yq87xrnvy"
+ (git-version "0.0.2" revision commit)
+ #:article "an"
+ #:commit commit
+ #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ungrammar")))
+
(define-public tree-sitter-clojure
(tree-sitter-grammar
"clojure" "Clojure"

base-commit: 4b60a39aa5d3c10aada9a0be2ed1579e19bd118d
--
2.41.0
H
H
Hilton Chain wrote on 27 Mar 07:45 -0700
(name . Paul A. Patience)(address . paul@apatience.com)(address . 69425-done@debbugs.gnu.org)
87h6grn37k.wl-hako@ultrarare.space
Hello again,

On Tue, 27 Feb 2024 21:06:33 +0800,
Paul A. Patience wrote:
Toggle quote (8 lines)
>
> * gnu/packages/tree-sitter.scm (tree-sitter-ungrammar): New variable.
>
> Change-Id: I162e1ffe692aaf0b81080e4df239bba10da477ed
> ---
> gnu/packages/tree-sitter.scm | 12 ++++++++++++
> 1 file changed, 12 insertions(+)

Applied as cd82bf824e7a2edfd3a62ded5d1f54d2f8dcc3ab, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69425@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69425
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch