tree-sitter: add norg grammar
This commit is contained in:
parent
3f457de545
commit
a4eeeecd8d
3 changed files with 15 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
tree-sitter-lua = (builtins.fromJSON (builtins.readFile ./tree-sitter-lua.json));
|
tree-sitter-lua = (builtins.fromJSON (builtins.readFile ./tree-sitter-lua.json));
|
||||||
tree-sitter-markdown = (builtins.fromJSON (builtins.readFile ./tree-sitter-markdown.json));
|
tree-sitter-markdown = (builtins.fromJSON (builtins.readFile ./tree-sitter-markdown.json));
|
||||||
tree-sitter-nix = (builtins.fromJSON (builtins.readFile ./tree-sitter-nix.json));
|
tree-sitter-nix = (builtins.fromJSON (builtins.readFile ./tree-sitter-nix.json));
|
||||||
|
tree-sitter-norg = (builtins.fromJSON (builtins.readFile ./tree-sitter-norg.json));
|
||||||
tree-sitter-ocaml = (builtins.fromJSON (builtins.readFile ./tree-sitter-ocaml.json));
|
tree-sitter-ocaml = (builtins.fromJSON (builtins.readFile ./tree-sitter-ocaml.json));
|
||||||
tree-sitter-php = (builtins.fromJSON (builtins.readFile ./tree-sitter-php.json));
|
tree-sitter-php = (builtins.fromJSON (builtins.readFile ./tree-sitter-php.json));
|
||||||
tree-sitter-python = (builtins.fromJSON (builtins.readFile ./tree-sitter-python.json));
|
tree-sitter-python = (builtins.fromJSON (builtins.readFile ./tree-sitter-python.json));
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"url": "https://github.com/nvim-neorg/tree-sitter-norg.git",
|
||||||
|
"rev": "84949f0c05195907c416cb7d02cf1369b9458b5f",
|
||||||
|
"date": "2021-09-25T17:47:36+00:00",
|
||||||
|
"path": "/nix/store/wa653ml1ajl8923f4am505asxwvsxbzq-tree-sitter-norg",
|
||||||
|
"sha256": "07pzz9acg01r4yyws6savprjn3pccyylx6vq8q9lvrp76pnflks4",
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"deepClone": false,
|
||||||
|
"leaveDotGit": false
|
||||||
|
}
|
|
@ -138,6 +138,10 @@ let
|
||||||
orga = "rydesun";
|
orga = "rydesun";
|
||||||
repo = "tree-sitter-dot";
|
repo = "tree-sitter-dot";
|
||||||
};
|
};
|
||||||
|
"tree-sitter-norg" = {
|
||||||
|
orga = "nvim-neorg";
|
||||||
|
repo = "tree-sitter-norg";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
allGrammars =
|
allGrammars =
|
||||||
|
|
Loading…
Reference in a new issue