mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
Merge pull request #295805 from bhankas/tree-sitter-gleam
tree-sitter-grammars: add gleam
This commit is contained in:
commit
762e47db03
|
@ -28,6 +28,7 @@
|
|||
tree-sitter-fish = lib.importJSON ./tree-sitter-fish.json;
|
||||
tree-sitter-fortran = lib.importJSON ./tree-sitter-fortran.json;
|
||||
tree-sitter-gdscript = lib.importJSON ./tree-sitter-gdscript.json;
|
||||
tree-sitter-gleam = lib.importJSON ./tree-sitter-gleam.json;
|
||||
tree-sitter-glimmer = lib.importJSON ./tree-sitter-glimmer.json;
|
||||
tree-sitter-glsl = lib.importJSON ./tree-sitter-glsl.json;
|
||||
tree-sitter-go = lib.importJSON ./tree-sitter-go.json;
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"url": "https://github.com/gleam-lang/tree-sitter-gleam",
|
||||
"rev": "2012f294baacf30e7a62414754021284377366c6",
|
||||
"date": "2023-03-04T16:19:15-05:00",
|
||||
"path": "/nix/store/qc0bxfrv9rb95cg5q8nf0prpz4gs93wd-tree-sitter-gleam",
|
||||
"sha256": "sha256-W+PfxqPUKHhLH5UBATmQ1mlSfLPAWIQyDgiSQBWBtBs=",
|
||||
"hash": "sha256-W+PfxqPUKHhLH5UBATmQ1mlSfLPAWIQyDgiSQBWBtBs=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
|
@ -409,6 +409,10 @@ let
|
|||
orga = "vrischmann";
|
||||
repo = "tree-sitter-templ";
|
||||
};
|
||||
"tree-sitter-gleam" = {
|
||||
orga = "gleam-lang";
|
||||
repo = "tree-sitter-gleam";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
|
Loading…
Reference in a new issue