mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
tree-sitter-grammars.tree-sitter-factor: init (#393367)
This commit is contained in:
commit
11ecec8be6
3 changed files with 17 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
tree-sitter-elm = lib.importJSON ./tree-sitter-elm.json;
|
||||
tree-sitter-embedded-template = lib.importJSON ./tree-sitter-embedded-template.json;
|
||||
tree-sitter-erlang = lib.importJSON ./tree-sitter-erlang.json;
|
||||
tree-sitter-factor = lib.importJSON ./tree-sitter-factor.json;
|
||||
tree-sitter-fennel = lib.importJSON ./tree-sitter-fennel.json;
|
||||
tree-sitter-fish = lib.importJSON ./tree-sitter-fish.json;
|
||||
tree-sitter-fortran = lib.importJSON ./tree-sitter-fortran.json;
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"url": "https://github.com/erochest/tree-sitter-factor",
|
||||
"rev": "554d8b705df61864eb41a0ecf3741e94eb9f0c54",
|
||||
"date": "2025-01-11T21:45:26-05:00",
|
||||
"path": "/nix/store/yvyrq221kqwjq19hw6lf8xzxj6z080d8-tree-sitter-factor",
|
||||
"sha256": "14yciinyczi7h8dny0cgk5ghlfwjlgz1zqndwrk260n1994k5bb7",
|
||||
"hash": "sha256-Z60ySUrBAiNm5s3iH/6jkjsKX5mPAW8bgid+5m2MzJM=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
|
@ -155,6 +155,10 @@ let
|
|||
orga = "MunifTanjim";
|
||||
repo = "tree-sitter-lua";
|
||||
};
|
||||
"tree-sitter-factor" = {
|
||||
orga = "erochest";
|
||||
repo = "tree-sitter-factor";
|
||||
};
|
||||
"tree-sitter-fennel" = {
|
||||
orga = "travonted";
|
||||
repo = "tree-sitter-fennel";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue