forked from mirrors/nixpkgs
tree-sitter-elisp: init
This commit is contained in:
parent
5d08733263
commit
b7fb2794c4
|
@ -9,6 +9,7 @@
|
|||
tree-sitter-css = (builtins.fromJSON (builtins.readFile ./tree-sitter-css.json));
|
||||
tree-sitter-dart = (builtins.fromJSON (builtins.readFile ./tree-sitter-dart.json));
|
||||
tree-sitter-dot = (builtins.fromJSON (builtins.readFile ./tree-sitter-dot.json));
|
||||
tree-sitter-elisp = (builtins.fromJSON (builtins.readFile ./tree-sitter-elisp.json));
|
||||
tree-sitter-embedded-template = (builtins.fromJSON (builtins.readFile ./tree-sitter-embedded-template.json));
|
||||
tree-sitter-fennel = (builtins.fromJSON (builtins.readFile ./tree-sitter-fennel.json));
|
||||
tree-sitter-fish = (builtins.fromJSON (builtins.readFile ./tree-sitter-fish.json));
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"url": "https://github.com/wilfred/tree-sitter-elisp",
|
||||
"rev": "166777abacfe5821d3b7b6873e6d2fd70a99f348",
|
||||
"date": "2021-09-05T23:34:46-07:00",
|
||||
"path": "/nix/store/gfyr8hl9pj2i0dj0qqpwh53jphff2bcd-tree-sitter-elisp",
|
||||
"sha256": "18798jb3cisrvhkmzhq2qxly19hxvznf9k1n5pzl8l1dhw1yvl2a",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
|
@ -82,6 +82,10 @@ let
|
|||
orga = "usernobody14";
|
||||
repo = "tree-sitter-dart";
|
||||
};
|
||||
"tree-sitter-elisp" = {
|
||||
orga = "wilfred";
|
||||
repo = "tree-sitter-elisp";
|
||||
};
|
||||
"tree-sitter-nix" = {
|
||||
orga = "cstrahan";
|
||||
repo = "tree-sitter-nix";
|
||||
|
|
Loading…
Reference in a new issue