Unverified Commit 79208b51 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

tree-sitter-grammars.tree-sitter-go-template: init (#436157)

parents 1ca3fdea e068fffb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
  tree-sitter-glimmer = lib.importJSON ./tree-sitter-glimmer.json;
  tree-sitter-glsl = lib.importJSON ./tree-sitter-glsl.json;
  tree-sitter-go = lib.importJSON ./tree-sitter-go.json;
  tree-sitter-go-template = lib.importJSON ./tree-sitter-go-template.json;
  tree-sitter-godot-resource = lib.importJSON ./tree-sitter-godot-resource.json;
  tree-sitter-gomod = lib.importJSON ./tree-sitter-gomod.json;
  tree-sitter-gowork = lib.importJSON ./tree-sitter-gowork.json;
+14 −0
Original line number Diff line number Diff line
{
  "url": "https://github.com/ngalaiko/tree-sitter-go-template",
  "rev": "5f19a36bb1eebb30454e277b222b278ceafed0dd",
  "date": "2025-01-29T18:19:22Z",
  "path": "/nix/store/lcgn1hzzsf5jhliy7454lxx7phkmrjfb-tree-sitter-go-template",
  "sha256": "1nm9ybwb4if6g7cs911i6msb3q2f1plbl70k2y4icbxk2p57k5ka",
  "hash": "sha256-apZ5yhWzLxaJFxMcuugNTuCxdDUxhKTZecZFsvjyqdo=",
  "fetchLFS": false,
  "fetchSubmodules": false,
  "deepClone": false,
  "fetchTags": false,
  "leaveDotGit": false,
  "rootDir": ""
}
+4 −0
Original line number Diff line number Diff line
@@ -344,6 +344,10 @@ let
      orga = "blessanabraham";
      repo = "tree-sitter-gemini";
    };
    "tree-sitter-go-template" = {
      orga = "ngalaiko";
      repo = "tree-sitter-go-template";
    };
    "tree-sitter-godot-resource" = {
      orga = "prestonknopp";
      repo = "tree-sitter-godot-resource";
+1 −0
Original line number Diff line number Diff line
@@ -18530,6 +18530,7 @@ self: super: with self; {
        lib.filterAttrs (
          name: value:
          !(builtins.elem name [
            "tree-sitter-go-template"
            "tree-sitter-sql"
            "tree-sitter-templ"
          ])