Merge pull request #304876 from konradmalik/tree-sitter-grammar-earthfile

tree-sitter-grammars: Add earthfile
This commit is contained in:
Sandro 2024-04-18 18:02:18 +02:00 committed by GitHub
commit 3e1911632d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View File

@ -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;

View File

@ -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
}

View File

@ -421,6 +421,10 @@ let
orga = "mtoohey31";
repo = "tree-sitter-koka";
};
"tree-sitter-earthfile" = {
orga = "glehmann";
repo = "tree-sitter-earthfile";
};
};
allGrammars =