Merge pull request #141597 from siraben/tree-sitter-make
tree-sitter: add alemuller/tree-sitter-make
This commit is contained in:
commit
653cbbb34e
@ -24,6 +24,7 @@
|
|||||||
tree-sitter-julia = (builtins.fromJSON (builtins.readFile ./tree-sitter-julia.json));
|
tree-sitter-julia = (builtins.fromJSON (builtins.readFile ./tree-sitter-julia.json));
|
||||||
tree-sitter-latex = (builtins.fromJSON (builtins.readFile ./tree-sitter-latex.json));
|
tree-sitter-latex = (builtins.fromJSON (builtins.readFile ./tree-sitter-latex.json));
|
||||||
tree-sitter-lua = (builtins.fromJSON (builtins.readFile ./tree-sitter-lua.json));
|
tree-sitter-lua = (builtins.fromJSON (builtins.readFile ./tree-sitter-lua.json));
|
||||||
|
tree-sitter-make = (builtins.fromJSON (builtins.readFile ./tree-sitter-make.json));
|
||||||
tree-sitter-markdown = (builtins.fromJSON (builtins.readFile ./tree-sitter-markdown.json));
|
tree-sitter-markdown = (builtins.fromJSON (builtins.readFile ./tree-sitter-markdown.json));
|
||||||
tree-sitter-nix = (builtins.fromJSON (builtins.readFile ./tree-sitter-nix.json));
|
tree-sitter-nix = (builtins.fromJSON (builtins.readFile ./tree-sitter-nix.json));
|
||||||
tree-sitter-norg = (builtins.fromJSON (builtins.readFile ./tree-sitter-norg.json));
|
tree-sitter-norg = (builtins.fromJSON (builtins.readFile ./tree-sitter-norg.json));
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"url": "https://github.com/alemuller/tree-sitter-make",
|
||||||
|
"rev": "716c294283bc3dda263ccbdf55e38ec30aa0edba",
|
||||||
|
"date": "2021-04-30T16:37:32-03:00",
|
||||||
|
"path": "/nix/store/v2dvgqs3fxwh83dhc53xivrx8i0g519y-tree-sitter-make",
|
||||||
|
"sha256": "1fb6rf6pc6mdawphifhlbzbgppxvq6hj48cz6073schvavgjgchc",
|
||||||
|
"fetchLFS": false,
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"deepClone": false,
|
||||||
|
"leaveDotGit": false
|
||||||
|
}
|
@ -102,6 +102,10 @@ let
|
|||||||
orga = "travonted";
|
orga = "travonted";
|
||||||
repo = "tree-sitter-fennel";
|
repo = "tree-sitter-fennel";
|
||||||
};
|
};
|
||||||
|
"tree-sitter-make" = {
|
||||||
|
orga = "alemuller";
|
||||||
|
repo = "tree-sitter-make";
|
||||||
|
};
|
||||||
"tree-sitter-markdown" = {
|
"tree-sitter-markdown" = {
|
||||||
orga = "ikatyang";
|
orga = "ikatyang";
|
||||||
repo = "tree-sitter-markdown";
|
repo = "tree-sitter-markdown";
|
||||||
|
Loading…
Reference in New Issue
Block a user