lol

tree-sitter-grammars: add proto

The tree-sitter-proto.json file was created by running the update
script as described in tree-sitter/default.nix.

+17
+1
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
··· 66 66 tree-sitter-php = lib.importJSON ./tree-sitter-php.json; 67 67 tree-sitter-pioasm = lib.importJSON ./tree-sitter-pioasm.json; 68 68 tree-sitter-prisma = lib.importJSON ./tree-sitter-prisma.json; 69 + tree-sitter-proto = lib.importJSON ./tree-sitter-proto.json; 69 70 tree-sitter-pug = lib.importJSON ./tree-sitter-pug.json; 70 71 tree-sitter-python = lib.importJSON ./tree-sitter-python.json; 71 72 tree-sitter-ql = lib.importJSON ./tree-sitter-ql.json;
+12
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-proto.json
··· 1 + { 2 + "url": "https://github.com/mitchellh/tree-sitter-proto", 3 + "rev": "42d82fa18f8afe59b5fc0b16c207ee4f84cb185f", 4 + "date": "2021-06-12T09:29:04-07:00", 5 + "path": "/nix/store/dsfx2jxc6nll0324pl3w6qcdv5acvyj5-tree-sitter-proto", 6 + "sha256": "001y2z2683fagryqj5f0gs3rcgx2nbw3x3r9afydhss80ihb8zvi", 7 + "hash": "sha256-cX+0YARIa9i8UymPPviyoj+Wh37AFYl9fsoNZMQXPgA=", 8 + "fetchLFS": false, 9 + "fetchSubmodules": false, 10 + "deepClone": false, 11 + "leaveDotGit": false 12 + }
+4
pkgs/development/tools/parsing/tree-sitter/update.nix
··· 126 126 orga = "MDeiml"; 127 127 repo = "tree-sitter-markdown"; 128 128 }; 129 + "tree-sitter-proto" = { 130 + orga = "mitchellh"; 131 + repo = "tree-sitter-proto"; 132 + }; 129 133 "tree-sitter-rego" = { 130 134 orga = "FallenAngel97"; 131 135 repo = "tree-sitter-rego";