Commit 1bd99d92 authored by c4710n's avatar c4710n
Browse files

tree-sitter-grammars: add eex

parent ee829a9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,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-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;
  tree-sitter-elm = lib.importJSON ./tree-sitter-elm.json;
+11 −0
Original line number Diff line number Diff line
{
  "url": "https://github.com/connorlay/tree-sitter-eex",
  "rev": "f742f2fe327463335e8671a87c0b9b396905d1d1",
  "date": "2022-01-12T10:01:23-08:00",
  "path": "/nix/store/an5vj0gnziy44ckklm9hxp9wbydisk4l-tree-sitter-eex",
  "sha256": "19n07ywavwkh4p189d18wxhch45qgn094b7mkdymh60zr7cbmyjh",
  "fetchLFS": false,
  "fetchSubmodules": false,
  "deepClone": false,
  "leaveDotGit": false
}
+4 −0
Original line number Diff line number Diff line
@@ -224,6 +224,10 @@ let
      orga = "connorlay";
      repo = "tree-sitter-surface";
    };
    "tree-sitter-eex" = {
      orga = "connorlay";
      repo = "tree-sitter-eex";
    };
    "tree-sitter-heex" = {
      orga = "connorlay";
      repo = "tree-sitter-heex";