From c7f35b2ce55fcf31fd6ed9824c0bcfbe0609b354 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 19 Oct 2023 12:25:55 -0700 Subject: [PATCH] add ts credits --- docs/repomap.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/repomap.md b/docs/repomap.md index aacba70f9..e3ebcb80a 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -179,3 +179,29 @@ which parts of the code will need changes. To code with GPT-4 using the techniques discussed here, just install [aider](https://aider.chat/docs/install.html). + + +## Credits + +Aider uses +[modified versions of the `tags.scm` files](https://github.com/paul-gauthier/aider/tree/main/aider/queries) +from these +open source tree-sitter language implementations: + +* https://github.com/Wilfred/tree-sitter-elisp — licensed under the MIT License. +* https://github.com/camdencheek/tree-sitter-go-mod — licensed under the MIT License. +* https://github.com/elixir-lang/tree-sitter-elixir — licensed under the Apache License, Version 2.0. +* https://github.com/elm-tooling/tree-sitter-elm — licensed under the MIT License. +* https://github.com/r-lib/tree-sitter-r — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-c-sharp — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-cpp — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-go — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-java — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-javascript — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-ocaml — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-php — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-python — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-ql — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-ruby — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-rust — licensed under the MIT License. +* https://github.com/tree-sitter/tree-sitter-typescript — licensed under the MIT License.