[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/25: gnu: Add tree-sitter-elm.
From: |
guix-commits |
Subject: |
10/25: gnu: Add tree-sitter-elm. |
Date: |
Tue, 14 Feb 2023 08:13:54 -0500 (EST) |
abcdw pushed a commit to branch master
in repository guix.
commit 2c988d7ce3feea13875fbeb17251dcd3536e3e7b
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Tue Feb 14 15:08:12 2023 +0400
gnu: Add tree-sitter-elm.
gnu/packages/tree-sitter.scm (tree-sitter-elm): New variable.
---
gnu/packages/tree-sitter.scm | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index b022de4d11..1e7c6815da 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -312,3 +312,11 @@ will be used in description and synopsis."
"c-sharp" "C#"
"054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"
"0.19.1"))
+
+(define-public tree-sitter-elm
+ (tree-sitter-grammar
+ "elm" "Elm"
+ "0b5jpj8bnil1ylisyc4w48j8a30dyf3zylhidj73mlrb8rf7xm2s"
+ "5.6.3"
+ #:article "an"
+ #:repository-url "https://github.com/elm-tooling/tree-sitter-elm"))
- branch master updated (542fcc3dfe -> a3c6959de6), guix-commits, 2023/02/14
- 08/25: gnu: Add tree-sitter-bash., guix-commits, 2023/02/14
- 14/25: gnu: Add tree-sitter-json., guix-commits, 2023/02/14
- 03/25: gnu: Add tree-sitter-typescript., guix-commits, 2023/02/14
- 10/25: gnu: Add tree-sitter-elm.,
guix-commits <=
- 17/25: gnu: Add tree-sitter-php., guix-commits, 2023/02/14
- 07/25: gnu: Add tree-sitter-elixir., guix-commits, 2023/02/14
- 15/25: gnu: Add tree-sitter-julia., guix-commits, 2023/02/14
- 22/25: gnu: Add tree-sitter-clojure., guix-commits, 2023/02/14
- 20/25: gnu: Add tree-sitter-ruby., guix-commits, 2023/02/14
- 12/25: gnu: Add tree-sitter-haskell., guix-commits, 2023/02/14
- 25/25: gnu: Add tree-sitter-org., guix-commits, 2023/02/14
- 16/25: gnu: Add tree-sitter-ocaml., guix-commits, 2023/02/14
- 21/25: gnu: Add tree-sitter-rust., guix-commits, 2023/02/14
- 23/25: gnu: Add tree-sitter-markdown., guix-commits, 2023/02/14