mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
Merge pull request #270304 from teto/add-neorg-meta
tree-sitter-grammars.tree-sitter-norg-meta: init
This commit is contained in:
commit
c808d957d0
@ -58,6 +58,7 @@
|
||||
tree-sitter-nickel = lib.importJSON ./tree-sitter-nickel.json;
|
||||
tree-sitter-nix = lib.importJSON ./tree-sitter-nix.json;
|
||||
tree-sitter-norg = lib.importJSON ./tree-sitter-norg.json;
|
||||
tree-sitter-norg-meta = lib.importJSON ./tree-sitter-norg-meta.json;
|
||||
tree-sitter-nu = lib.importJSON ./tree-sitter-nu.json;
|
||||
tree-sitter-ocaml = lib.importJSON ./tree-sitter-ocaml.json;
|
||||
tree-sitter-org-nvim = lib.importJSON ./tree-sitter-org-nvim.json;
|
||||
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"url": "https://github.com/nvim-neorg/tree-sitter-norg-meta",
|
||||
"rev": "a479d1ca05848d0b51dd25bc9f71a17e0108b240",
|
||||
"date": "2023-05-28T19:01:42+02:00",
|
||||
"path": "/nix/store/7yp5rzpmdvyhhl38brhz0vl3gd9qv03y-tree-sitter-norg-meta",
|
||||
"sha256": "1vvl39m41wgsq7xkfi523zx6nza03dkzgk6izc39igmwx5hsdl7f",
|
||||
"hash": "sha256-7tCmYem8vpgG+9HM92cbQH1r+h+iRDf7wfrxQGoadO8=",
|
||||
"fetchLFS": false,
|
||||
"fetchSubmodules": false,
|
||||
"deepClone": false,
|
||||
"leaveDotGit": false
|
||||
}
|
@ -75,6 +75,8 @@ let
|
||||
"tree-sitter-agda"
|
||||
# abandoned
|
||||
"tree-sitter-fluent"
|
||||
# to unblock my update
|
||||
"csharp-tree-sitter"
|
||||
];
|
||||
ignoredTreeSitterOrgReposJson = jsonFile "ignored-tree-sitter-org-repos" ignoredTreeSitterOrgRepos;
|
||||
|
||||
@ -175,6 +177,10 @@ let
|
||||
orga = "nvim-neorg";
|
||||
repo = "tree-sitter-norg";
|
||||
};
|
||||
"tree-sitter-norg-meta" = {
|
||||
orga = "nvim-neorg";
|
||||
repo = "tree-sitter-norg-meta";
|
||||
};
|
||||
"tree-sitter-commonlisp" = {
|
||||
orga = "thehamsta";
|
||||
repo = "tree-sitter-commonlisp";
|
||||
|
Loading…
Reference in New Issue
Block a user