From 3a8e9a0ce5d330c5426a39e15f31f95c5a6ce67a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 20 Oct 2023 10:13:23 -0700 Subject: [PATCH] Build the repository map automatically using tree-sitter to extract symbol definitions from source files. --- docs/repomap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repomap.md b/docs/repomap.md index 5481b00a6..7b43f89bb 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -33,7 +33,7 @@ sends GPT a **concise map of your whole git repository** that includes the most important classes and functions along with their types and call signatures. -This **repository map** is now built automatically by using +This **repository map** is now built automatically using [tree-sitter](https://tree-sitter.github.io/tree-sitter/) to extract symbol definitions from source files. Tree-sitter is used by many IDEs, editors and LSP servers to