Link to Emacs’ Tree-sitter documentation (#3881)

Since Emacs 29, Tree-sitter is a built-in feature not requiring a third-party Emacs module.
This commit is contained in:
Peter Oliver 2024-11-04 22:08:52 +00:00 committed by GitHub
parent 8588c96691
commit 25e36bda87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)