Merge pull request #131767 from figsoda/tree-sitter-comment

tree-sitter-comment: init at 2021-04-27
This commit is contained in:
Sandro 2021-08-08 11:58:59 +02:00 committed by GitHub
commit 08026a2209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -3,6 +3,7 @@
tree-sitter-bash = (builtins.fromJSON (builtins.readFile ./tree-sitter-bash.json));
tree-sitter-c = (builtins.fromJSON (builtins.readFile ./tree-sitter-c.json));
tree-sitter-c-sharp = (builtins.fromJSON (builtins.readFile ./tree-sitter-c-sharp.json));
tree-sitter-comment = (builtins.fromJSON (builtins.readFile ./tree-sitter-comment.json));
tree-sitter-cpp = (builtins.fromJSON (builtins.readFile ./tree-sitter-cpp.json));
tree-sitter-css = (builtins.fromJSON (builtins.readFile ./tree-sitter-css.json));
tree-sitter-embedded-template = (builtins.fromJSON (builtins.readFile ./tree-sitter-embedded-template.json));

View file

@ -0,0 +1,10 @@
{
"url": "https://github.com/stsewd/tree-sitter-comment",
"rev": "894b61d68a31d93c33ed48dcc7f427174b440abe",
"date": "2021-04-27T15:25:48-05:00",
"path": "/nix/store/w0yz9imzi33glwk6ilm0jqipcyzl8hgm-tree-sitter-comment",
"sha256": "1vfayzzcv6lj63pgcxr8f7rcd81jkgnfdlmhs39i7w3m0s6dv1qg",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View file

@ -70,6 +70,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-comment" = {
orga = "stsewd";
repo = "tree-sitter-comment";
};
"tree-sitter-nix" = {
orga = "cstrahan";
repo = "tree-sitter-nix";