mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
tree-sitter-vim: init
This commit is contained in:
parent
527933a7d8
commit
bebdf9820c
3 changed files with 16 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
tree-sitter-tsq = (builtins.fromJSON (builtins.readFile ./tree-sitter-tsq.json));
|
||||
tree-sitter-typescript = (builtins.fromJSON (builtins.readFile ./tree-sitter-typescript.json));
|
||||
tree-sitter-verilog = (builtins.fromJSON (builtins.readFile ./tree-sitter-verilog.json));
|
||||
tree-sitter-vim = (builtins.fromJSON (builtins.readFile ./tree-sitter-vim.json));
|
||||
tree-sitter-yaml = (builtins.fromJSON (builtins.readFile ./tree-sitter-yaml.json));
|
||||
tree-sitter-zig = (builtins.fromJSON (builtins.readFile ./tree-sitter-zig.json));
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"url": "https://github.com/vigoux/tree-sitter-viml",
|
||||
"rev": "59595443fb486449f42db839934117221358a85f",
|
||||
"date": "2021-08-31T08:57:29+02:00",
|
||||
"path": "/nix/store/9sixkkk37c2bl09aik32cd1jd322ywri-tree-sitter-viml",
|
||||
"sha256": "1kh3il5vwlz5qxi9553ks7a0dpwx1n7wnqkv5v8jhslhn7w1c1l1",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
|
@ -114,6 +114,10 @@ let
|
|||
orga = "Himujjal";
|
||||
repo = "tree-sitter-svelte";
|
||||
};
|
||||
"tree-sitter-vim" = {
|
||||
orga = "vigoux";
|
||||
repo = "tree-sitter-viml";
|
||||
};
|
||||
"tree-sitter-yaml" = {
|
||||
orga = "ikatyang";
|
||||
repo = "tree-sitter-yaml";
|
||||
|
|
Loading…
Reference in a new issue