tree-sitter-grammars: add eex
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user