tree-sitter-grammars: add templ

This commit is contained in:
Dave Anderson 2023-12-29 22:07:20 -08:00
parent 413b4dddcf
commit 2cbbff53e8
3 changed files with 18 additions and 1 deletions

View File

@ -89,6 +89,7 @@
tree-sitter-supercollider = lib.importJSON ./tree-sitter-supercollider.json;
tree-sitter-surface = lib.importJSON ./tree-sitter-surface.json;
tree-sitter-svelte = lib.importJSON ./tree-sitter-svelte.json;
tree-sitter-templ = lib.importJSON ./tree-sitter-templ.json;
tree-sitter-tiger = lib.importJSON ./tree-sitter-tiger.json;
tree-sitter-tlaplus = lib.importJSON ./tree-sitter-tlaplus.json;
tree-sitter-toml = lib.importJSON ./tree-sitter-toml.json;
@ -100,9 +101,9 @@
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;
tree-sitter-wgsl = lib.importJSON ./tree-sitter-wgsl.json;
tree-sitter-wing = lib.importJSON ./tree-sitter-wing.json;
tree-sitter-yaml = lib.importJSON ./tree-sitter-yaml.json;
tree-sitter-yang = lib.importJSON ./tree-sitter-yang.json;
tree-sitter-zig = lib.importJSON ./tree-sitter-zig.json;
tree-sitter-wgsl = lib.importJSON ./tree-sitter-wgsl.json;
}

View File

@ -0,0 +1,12 @@
{
"url": "https://github.com/vrischmann/tree-sitter-templ",
"rev": "14d105789af342f7f0c32bff2fec1a6edec59f60",
"date": "2023-12-29T22:31:39+01:00",
"path": "/nix/store/8yixhjmhynryb79g3wff5kxgz35ncg3n-tree-sitter-templ",
"sha256": "1hr0l9ibm12ggiyk5m3h12fjgrdkfv7d2qlcfy6l6c10k4ghngf2",
"hash": "sha256-wj0LH5kgMEONd4xi0c52s+UnnQhw1DJ9fE+EumKiIMM=",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View File

@ -397,6 +397,10 @@ let
orga = "szebniok";
repo = "tree-sitter-wgsl";
};
"tree-sitter-templ" = {
orga = "vrischmann";
repo = "tree-sitter-templ";
};
};
allGrammars =