From 25e36bda87a636d25baedf49307ad84feb20d0c9 Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Mon, 4 Nov 2024 22:08:52 +0000 Subject: [PATCH] =?UTF-8?q?Link=20to=20Emacs=E2=80=99=20Tree-sitter=20docu?= =?UTF-8?q?mentation=20(#3881)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since Emacs 29, Tree-sitter is a built-in feature not requiring a third-party Emacs module. --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index eb66ce77..9657b062 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ There are currently bindings that allow Tree-sitter to be used from the followin #### Third-party * [Delphi](https://github.com/modersohn/delphi-tree-sitter) -* [ELisp](https://github.com/emacs-tree-sitter/elisp-tree-sitter) +* [ELisp](https://www.gnu.org/software/emacs/manual/html_node/elisp/Parsing-Program-Source.html) * [Go](https://github.com/smacker/go-tree-sitter) * [Guile](https://github.com/Z572/guile-ts) * [Java (Android)](https://github.com/AndroidIDEOfficial/android-tree-sitter)