Unverified Commit 3e191163 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

tree-sitter-grammars: Add earthfile
parents 67b53796 fd74d0d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+12 −0
Original line number Diff line number Diff line
{
  "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
}
+4 −0
Original line number Diff line number Diff line
@@ -421,6 +421,10 @@ let
      orga = "mtoohey31";
      repo = "tree-sitter-koka";
    };
    "tree-sitter-earthfile" = {
      orga = "glehmann";
      repo = "tree-sitter-earthfile";
    };
  };

  allGrammars =