tree-sitter-grammars.tree-sitter-norg-meta: init

This commit is contained in:
Matthieu Coudron 2023-11-27 00:24:47 +01:00
parent 1266abe247
commit 91ed9b6d93
3 changed files with 17 additions and 0 deletions

View File

@ -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;

View File

@ -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
}

View File

@ -177,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";