|
| 1 | +{ |
| 2 | + "bash": { |
| 3 | + "repository": "tree-sitter-grammars/tree-sitter-bash", |
| 4 | + "path": "." |
| 5 | + }, |
| 6 | + "c": { |
| 7 | + "repository": "tree-sitter/tree-sitter-c", |
| 8 | + "path": "." |
| 9 | + }, |
| 10 | + "c_sharp": { |
| 11 | + "repository": "tree-sitter/tree-sitter-c-sharp", |
| 12 | + "path": "." |
| 13 | + }, |
| 14 | + "cpp": { |
| 15 | + "repository": "tree-sitter/tree-sitter-cpp", |
| 16 | + "path": "." |
| 17 | + }, |
| 18 | + "css": { |
| 19 | + "repository": "tree-sitter/tree-sitter-css", |
| 20 | + "path": "." |
| 21 | + }, |
| 22 | + "dart": { |
| 23 | + "repository": "UserNobworker/tree-sitter-dart", |
| 24 | + "path": "." |
| 25 | + }, |
| 26 | + "dockerfile": { |
| 27 | + "repository": "camdencheek/tree-sitter-dockerfile", |
| 28 | + "path": "." |
| 29 | + }, |
| 30 | + "elisp": { |
| 31 | + "repository": "Wilfred/tree-sitter-elisp", |
| 32 | + "path": "." |
| 33 | + }, |
| 34 | + "elixir": { |
| 35 | + "repository": "elixir-lang/tree-sitter-elixir", |
| 36 | + "path": "." |
| 37 | + }, |
| 38 | + "elm": { |
| 39 | + "repository": "elm-tooling/tree-sitter-elm", |
| 40 | + "path": "." |
| 41 | + }, |
| 42 | + "go": { |
| 43 | + "repository": "tree-sitter/tree-sitter-go", |
| 44 | + "path": "." |
| 45 | + }, |
| 46 | + "graphql": { |
| 47 | + "repository": "bkegley/tree-sitter-graphql", |
| 48 | + "path": "." |
| 49 | + }, |
| 50 | + "html": { |
| 51 | + "repository": "tree-sitter/tree-sitter-html", |
| 52 | + "path": "." |
| 53 | + }, |
| 54 | + "java": { |
| 55 | + "repository": "tree-sitter/tree-sitter-java", |
| 56 | + "path": "." |
| 57 | + }, |
| 58 | + "javascript": { |
| 59 | + "repository": "tree-sitter/tree-sitter-javascript", |
| 60 | + "path": "." |
| 61 | + }, |
| 62 | + "json": { |
| 63 | + "repository": "tree-sitter/tree-sitter-json", |
| 64 | + "path": "." |
| 65 | + }, |
| 66 | + "kotlin": { |
| 67 | + "repository": "fwcd/tree-sitter-kotlin", |
| 68 | + "path": "." |
| 69 | + }, |
| 70 | + "lua": { |
| 71 | + "repository": "tree-sitter-grammars/tree-sitter-lua", |
| 72 | + "path": "." |
| 73 | + }, |
| 74 | + "objc": { |
| 75 | + "repository": "amaanq/tree-sitter-objc", |
| 76 | + "path": "." |
| 77 | + }, |
| 78 | + "ocaml": { |
| 79 | + "repository": "tree-sitter/tree-sitter-ocaml", |
| 80 | + "path": "grammars/ocaml" |
| 81 | + }, |
| 82 | + "php": { |
| 83 | + "repository": "tree-sitter/tree-sitter-php", |
| 84 | + "path": "php" |
| 85 | + }, |
| 86 | + "protobuf": { |
| 87 | + "repository": "treywood/tree-sitter-proto", |
| 88 | + "path": "." |
| 89 | + }, |
| 90 | + "python": { |
| 91 | + "repository": "tree-sitter/tree-sitter-python", |
| 92 | + "path": "." |
| 93 | + }, |
| 94 | + "ruby": { |
| 95 | + "repository": "tree-sitter/tree-sitter-ruby", |
| 96 | + "path": "." |
| 97 | + }, |
| 98 | + "rust": { |
| 99 | + "repository": "tree-sitter/tree-sitter-rust", |
| 100 | + "path": "." |
| 101 | + }, |
| 102 | + "scala": { |
| 103 | + "repository": "tree-sitter/tree-sitter-scala", |
| 104 | + "path": "." |
| 105 | + }, |
| 106 | + "sql": { |
| 107 | + "repository": "m-novikov/tree-sitter-sql", |
| 108 | + "path": "." |
| 109 | + }, |
| 110 | + "svelte": { |
| 111 | + "repository": "tree-sitter-grammars/tree-sitter-svelte", |
| 112 | + "path": "." |
| 113 | + }, |
| 114 | + "swift": { |
| 115 | + "repository": "alex-pinkus/tree-sitter-swift", |
| 116 | + "path": "." |
| 117 | + }, |
| 118 | + "terraform": { |
| 119 | + "repository": "tree-sitter-grammars/tree-sitter-hcl", |
| 120 | + "path": "dialects/terraform" |
| 121 | + }, |
| 122 | + "toml": { |
| 123 | + "repository": "tree-sitter-grammars/tree-sitter-toml", |
| 124 | + "path": "." |
| 125 | + }, |
| 126 | + "tsx": { |
| 127 | + "repository": "tree-sitter/tree-sitter-typescript", |
| 128 | + "path": "tsx" |
| 129 | + }, |
| 130 | + "typescript": { |
| 131 | + "repository": "tree-sitter/tree-sitter-typescript", |
| 132 | + "path": "typescript" |
| 133 | + }, |
| 134 | + "vue": { |
| 135 | + "repository": "tree-sitter-grammars/tree-sitter-vue", |
| 136 | + "path": "." |
| 137 | + }, |
| 138 | + "xml": { |
| 139 | + "repository": "tree-sitter-grammars/tree-sitter-xml", |
| 140 | + "path": "xml" |
| 141 | + }, |
| 142 | + "yaml": { |
| 143 | + "repository": "tree-sitter-grammars/tree-sitter-yaml", |
| 144 | + "path": "." |
| 145 | + }, |
| 146 | + "zig": { |
| 147 | + "repository": "tree-sitter-grammars/tree-sitter-zig", |
| 148 | + "path": "." |
| 149 | + } |
| 150 | +} |
0 commit comments