tree-sitter-grammars: add just

This commit is contained in:
seth 2024-01-19 15:26:35 -05:00
parent b4ee3c3cc4
commit f348632995
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
3 changed files with 17 additions and 0 deletions

View file

@ -49,6 +49,7 @@
tree-sitter-json5 = lib.importJSON ./tree-sitter-json5.json;
tree-sitter-jsonnet = lib.importJSON ./tree-sitter-jsonnet.json;
tree-sitter-julia = lib.importJSON ./tree-sitter-julia.json;
tree-sitter-just = lib.importJSON ./tree-sitter-just.json;
tree-sitter-kotlin = lib.importJSON ./tree-sitter-kotlin.json;
tree-sitter-latex = lib.importJSON ./tree-sitter-latex.json;
tree-sitter-ledger = lib.importJSON ./tree-sitter-ledger.json;

View file

@ -0,0 +1,12 @@
{
"url": "https://github.com/IndianBoy42/tree-sitter-just",
"rev": "f807ab33c36651ecb503a291aed933932754864d",
"date": "2024-01-11T04:53:14-05:00",
"path": "/nix/store/f6b4xvxkbzrwmxk8vr1gz4c3g3pqh2hz-tree-sitter-just",
"sha256": "1ng49slp5x98s9ydc7gha7gkcj93ks4iv0ixc7n0z9dr4akqrbw8",
"hash": "sha256-iK+MpyK5pQ/sYT2CHYmeI0k231HwHdZ80ij1cqlO5Nk=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View file

@ -108,6 +108,10 @@ let
orga = "wilfred";
repo = "tree-sitter-elisp";
};
"tree-sitter-just" = {
orga = "IndianBoy42";
repo = "tree-sitter-just";
};
"tree-sitter-nix" = {
orga = "cstrahan";
repo = "tree-sitter-nix";