Skip to content

Commit

Permalink
tree-sitter-grammars: Add koka
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Nov 14, 2023
1 parent 782e4f6 commit 1b1e239
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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-koka = lib.importJSON ./tree-sitter-koka.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;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"url": "https://github.com/mtoohey31/tree-sitter-koka",
"rev": "f305d8e60a23a6f1765913f722a366ac4ccfa4a9",
"date": "2023-11-13T22:56:11-05:00",
"path": "/nix/store/sa71qzr4n3r620kgjn823wrwhsb2lnrj-tree-sitter-koka",
"sha256": "1p4m2hkp84mkw7p9637j2r1qjzxz9b5s87lqywgvw46b742nisqc",
"hash": "sha256-DOtoBTnLEL4f95gepMtKv3+JQxbyDJPu4bMSdCcUldw=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}
4 changes: 4 additions & 0 deletions pkgs/development/tools/parsing/tree-sitter/update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ let
orga = "szebniok";
repo = "tree-sitter-wgsl";
};
"tree-sitter-koka" = {
orga = "mtoohey31";
repo = "tree-sitter-koka";
};
};

allGrammars =
Expand Down

0 comments on commit 1b1e239

Please sign in to comment.