3
0
Fork 0
forked from mirrors/nixpkgs

tree-sitter: add cstrahan/tree-sitter-nix

This commit is contained in:
Profpatsch 2021-01-16 08:23:15 +01:00
parent ff9818d6a0
commit b96633cf37
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{
"url": "https://github.com/cstrahan/tree-sitter-nix",
"rev": "791b5ff0e4f0da358cbb941788b78d436a2ca621",
"date": "2019-05-10T15:57:43-05:00",
"path": "/nix/store/5gcddcxf6jfr4f0p203jnbjc0zxk207d-tree-sitter-nix",
"sha256": "1y5b3wh3fcmbgq8r2i97likzfp1zp02m58zacw5a1cjqs5raqz66",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View file

@ -63,6 +63,10 @@ let
# If you need a grammar that already exists in the official orga,
# make sure to give it a different name.
otherGrammars = {
"tree-sitter-nix" = {
orga = "cstrahan";
repo = "tree-sitter-nix";
};
"tree-sitter-lua" = {
orga = "nvim-treesitter";
repo = "tree-sitter-lua";