mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
tree-sitter-rst: init
This commit is contained in:
parent
b7fb2794c4
commit
527933a7d8
@ -31,6 +31,7 @@
|
|||||||
tree-sitter-python = (builtins.fromJSON (builtins.readFile ./tree-sitter-python.json));
|
tree-sitter-python = (builtins.fromJSON (builtins.readFile ./tree-sitter-python.json));
|
||||||
tree-sitter-ql = (builtins.fromJSON (builtins.readFile ./tree-sitter-ql.json));
|
tree-sitter-ql = (builtins.fromJSON (builtins.readFile ./tree-sitter-ql.json));
|
||||||
tree-sitter-regex = (builtins.fromJSON (builtins.readFile ./tree-sitter-regex.json));
|
tree-sitter-regex = (builtins.fromJSON (builtins.readFile ./tree-sitter-regex.json));
|
||||||
|
tree-sitter-rst = (builtins.fromJSON (builtins.readFile ./tree-sitter-rst.json));
|
||||||
tree-sitter-ruby = (builtins.fromJSON (builtins.readFile ./tree-sitter-ruby.json));
|
tree-sitter-ruby = (builtins.fromJSON (builtins.readFile ./tree-sitter-ruby.json));
|
||||||
tree-sitter-rust = (builtins.fromJSON (builtins.readFile ./tree-sitter-rust.json));
|
tree-sitter-rust = (builtins.fromJSON (builtins.readFile ./tree-sitter-rust.json));
|
||||||
tree-sitter-scala = (builtins.fromJSON (builtins.readFile ./tree-sitter-scala.json));
|
tree-sitter-scala = (builtins.fromJSON (builtins.readFile ./tree-sitter-scala.json));
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"url": "https://github.com/stsewd/tree-sitter-rst",
|
||||||
|
"rev": "a9281c2250e0d32750de159413cdd87120407389",
|
||||||
|
"date": "2021-09-17T19:21:59-05:00",
|
||||||
|
"path": "/nix/store/3cnj1q9xfl0yh096pahqvlrf66azyhsr-tree-sitter-rst",
|
||||||
|
"sha256": "1fxknsmkn3pz1km77mii3w917fdl6h57h4mnw20b0syn4v1ag07d",
|
||||||
|
"fetchLFS": false,
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"deepClone": false,
|
||||||
|
"leaveDotGit": false
|
||||||
|
}
|
@ -106,6 +106,10 @@ let
|
|||||||
orga = "ikatyang";
|
orga = "ikatyang";
|
||||||
repo = "tree-sitter-markdown";
|
repo = "tree-sitter-markdown";
|
||||||
};
|
};
|
||||||
|
"tree-sitter-rst" = {
|
||||||
|
orga = "stsewd";
|
||||||
|
repo = "tree-sitter-rst";
|
||||||
|
};
|
||||||
"tree-sitter-svelte" = {
|
"tree-sitter-svelte" = {
|
||||||
orga = "Himujjal";
|
orga = "Himujjal";
|
||||||
repo = "tree-sitter-svelte";
|
repo = "tree-sitter-svelte";
|
||||||
|
Loading…
Reference in New Issue
Block a user