tree-sitter-grammars: add uiua

This commit is contained in:
Steve Purcell 2023-11-20 11:25:06 +00:00
parent e19d4cdb21
commit 7b5f99cbac
3 changed files with 17 additions and 0 deletions

View File

@ -95,6 +95,7 @@
tree-sitter-turtle = lib.importJSON ./tree-sitter-turtle.json;
tree-sitter-typescript = lib.importJSON ./tree-sitter-typescript.json;
tree-sitter-typst = lib.importJSON ./tree-sitter-typst.json;
tree-sitter-uiua = lib.importJSON ./tree-sitter-uiua.json;
tree-sitter-verilog = lib.importJSON ./tree-sitter-verilog.json;
tree-sitter-vim = lib.importJSON ./tree-sitter-vim.json;
tree-sitter-vue = lib.importJSON ./tree-sitter-vue.json;

View File

@ -0,0 +1,12 @@
{
"url": "https://github.com/shnarazk/tree-sitter-uiua",
"rev": "aa1e0202dbf2ba654d79f880b86f6c1073d81b20",
"date": "2023-11-20T13:01:37+09:00",
"path": "/nix/store/lawqd38bskf5gxsls3w9jjgdaj08q1ym-tree-sitter-uiua",
"sha256": "0sn1vrpdkkaw2j6sp403bhijz3561n0qjh2wcpgp6qbqaxj4gxap",
"hash": "sha256-V/VHZFd4YXPfZVxAiYENpowvI1wDkKuNFFzN2W7ewWo=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View File

@ -379,6 +379,10 @@ let
orga = "eonpatapon";
repo = "tree-sitter-cue";
};
"tree-sitter-uiua" = {
orga = "shnarazk";
repo = "tree-sitter-uiua";
};
"tree-sitter-wing" = {
orga = "winglang";
repo = "wing";