mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #304876 from konradmalik/tree-sitter-grammar-earthfile
tree-sitter-grammars: Add earthfile
This commit is contained in:
commit
3e1911632d
@ -18,6 +18,7 @@
|
||||
tree-sitter-devicetree = lib.importJSON ./tree-sitter-devicetree.json;
|
||||
tree-sitter-dockerfile = lib.importJSON ./tree-sitter-dockerfile.json;
|
||||
tree-sitter-dot = lib.importJSON ./tree-sitter-dot.json;
|
||||
tree-sitter-earthfile = lib.importJSON ./tree-sitter-earthfile.json;
|
||||
tree-sitter-eex = lib.importJSON ./tree-sitter-eex.json;
|
||||
tree-sitter-elisp = lib.importJSON ./tree-sitter-elisp.json;
|
||||
tree-sitter-elixir = lib.importJSON ./tree-sitter-elixir.json;
|
||||
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"url": "https://github.com/glehmann/tree-sitter-earthfile",
|
||||
"rev": "9badbe4b107647672f627e7d6bddc8a0b61d1f50",
|
||||
"date": "2024-04-17T16:28:53+02:00",
|
||||
"path": "/nix/store/n7jprqmy1r5xgr0bl5d7rsz4xi10m9rf-tree-sitter-earthfile",
|
||||
"sha256": "0yslldcxpmi2hdgja1ygz3grsaj2jj52xm1dqdwlv296ahx5wqkh",
|
||||
"hash": "sha256-cGJeOlQmiU15wy3ULoqUQiqd3/jPByVfgyLW21mjVHs=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
@ -421,6 +421,10 @@ let
|
||||
orga = "mtoohey31";
|
||||
repo = "tree-sitter-koka";
|
||||
};
|
||||
"tree-sitter-earthfile" = {
|
||||
orga = "glehmann";
|
||||
repo = "tree-sitter-earthfile";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
Loading…
Reference in New Issue
Block a user