Merge pull request #277771 from danderson/templ-grammar
tree-sitter-grammars: add templ
This commit is contained in:
commit
e78f177a8a
@ -91,6 +91,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;
|
||||
@ -102,9 +103,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;
|
||||
}
|
||||
|
@ -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
|
||||
}
|
@ -405,6 +405,10 @@ let
|
||||
orga = "szebniok";
|
||||
repo = "tree-sitter-wgsl";
|
||||
};
|
||||
"tree-sitter-templ" = {
|
||||
orga = "vrischmann";
|
||||
repo = "tree-sitter-templ";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
Loading…
Reference in New Issue
Block a user