about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/tree-sitter/update.nix
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2024-03-14 22:33:37 +0100
committerGitHub <noreply@github.com>2024-03-14 22:33:37 +0100
commit762e47db03e2580d87064a2000c082971f1c655a (patch)
tree55e3fbc69f663d8583993ef3dbdc9c474698fecb /pkgs/development/tools/parsing/tree-sitter/update.nix
parentdd9322eb6835611e86da2befd25e7390c6d097de (diff)
parentac32c424d33824e949289c2b0774d9a1eb914d1d (diff)
downloadnixlib-762e47db03e2580d87064a2000c082971f1c655a.tar
nixlib-762e47db03e2580d87064a2000c082971f1c655a.tar.gz
nixlib-762e47db03e2580d87064a2000c082971f1c655a.tar.bz2
nixlib-762e47db03e2580d87064a2000c082971f1c655a.tar.lz
nixlib-762e47db03e2580d87064a2000c082971f1c655a.tar.xz
nixlib-762e47db03e2580d87064a2000c082971f1c655a.tar.zst
nixlib-762e47db03e2580d87064a2000c082971f1c655a.zip
Merge pull request #295805 from bhankas/tree-sitter-gleam
tree-sitter-grammars: add gleam
Diffstat (limited to 'pkgs/development/tools/parsing/tree-sitter/update.nix')
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/update.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/tools/parsing/tree-sitter/update.nix b/pkgs/development/tools/parsing/tree-sitter/update.nix
index aad4a6c9a029..822cbaee69b9 100644
--- a/pkgs/development/tools/parsing/tree-sitter/update.nix
+++ b/pkgs/development/tools/parsing/tree-sitter/update.nix
@@ -409,6 +409,10 @@ let
       orga = "vrischmann";
       repo = "tree-sitter-templ";
     };
+    "tree-sitter-gleam" = {
+      orga = "gleam-lang";
+      repo = "tree-sitter-gleam";
+    };
   };
 
   allGrammars =