From ea9c318afb0c038ea64d29d2ca6b13e83693c4db Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Wed, 24 Sep 2025 16:23:27 -0400 Subject: [PATCH] docs: update highlight crate link --- docs/src/3-syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/3-syntax-highlighting.md b/docs/src/3-syntax-highlighting.md index ca42c047..de5308a0 100644 --- a/docs/src/3-syntax-highlighting.md +++ b/docs/src/3-syntax-highlighting.md @@ -433,7 +433,7 @@ not the `keyword` class. ``` [erb]: https://en.wikipedia.org/wiki/ERuby -[highlight crate]: https://github.com/tree-sitter/tree-sitter/tree/master/highlight +[highlight crate]: https://github.com/tree-sitter/tree-sitter/tree/master/crates/highlight [init-config]: ./cli/init-config.md [init]: ./cli/init.md#structure-of-tree-sitterjson [js grammar]: https://github.com/tree-sitter/tree-sitter-javascript