mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tree-sitter-grammars.tree-sitter-crystal: init
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
This commit is contained in:
parent
968c06a67b
commit
a37ab7eed9
3 changed files with 17 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
tree-sitter-comment = lib.importJSON ./tree-sitter-comment.json;
|
||||
tree-sitter-commonlisp = lib.importJSON ./tree-sitter-commonlisp.json;
|
||||
tree-sitter-cpp = lib.importJSON ./tree-sitter-cpp.json;
|
||||
tree-sitter-crystal = lib.importJSON ./tree-sitter-crystal.json;
|
||||
tree-sitter-css = lib.importJSON ./tree-sitter-css.json;
|
||||
tree-sitter-cuda = lib.importJSON ./tree-sitter-cuda.json;
|
||||
tree-sitter-cue = lib.importJSON ./tree-sitter-cue.json;
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"url": "https://github.com/crystal-lang-tools/tree-sitter-crystal",
|
||||
"rev": "cf69a6504a82fecc55ee1680983744a94a9edfaa",
|
||||
"date": "2025-03-28T11:48:18-04:00",
|
||||
"path": "/nix/store/c20hqk12him4k0675y3l5f53lfnaa37d-tree-sitter-crystal",
|
||||
"sha256": "0jzmkjfhrz1f5pw274dj0f7avazsyhx0h6vbg4p5xxzkqch19wah",
|
||||
"hash": "sha256-UPEUIMPz914ueWsbCDr0+qutjgOykSP4LS78DJ2c9Us=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
|
@ -488,6 +488,10 @@ let
|
|||
orga = "norgate-av";
|
||||
repo = "tree-sitter-netlinx";
|
||||
};
|
||||
"tree-sitter-crystal" = {
|
||||
orga = "crystal-lang-tools";
|
||||
repo = "tree-sitter-crystal";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue