diff --git a/crates/vim/src/object.rs b/crates/vim/src/object.rs index 4523ec802cc26b9e68f586bfd5c4dd70084c9cb8..0251f4d564d72006344c2f1e7c6deb5fab3d8657 100644 --- a/crates/vim/src/object.rs +++ b/crates/vim/src/object.rs @@ -2265,13 +2265,13 @@ mod test { ( "c i q", "This is a \"simple 'qˇuote'\" example.", - "This is a \"ˇ\" example.", // Not supported by tree sitter queries for now + "This is a \"ˇ\" example.", // Not supported by Tree-sitter queries for now Mode::Insert, ), ( "c a q", "This is a \"simple 'qˇuote'\" example.", - "This is a ˇ example.", // Not supported by tree sitter queries for now + "This is a ˇ example.", // Not supported by Tree-sitter queries for now Mode::Insert, ), ( diff --git a/docs/src/languages/asciidoc.md b/docs/src/languages/asciidoc.md index 82a1c69bcff4749a0203a0ba8d2ded8d24bea76d..7f5ead7e0763857ea9fea5d5174b543efee533e2 100644 --- a/docs/src/languages/asciidoc.md +++ b/docs/src/languages/asciidoc.md @@ -3,4 +3,4 @@ AsciiDoc language support in Zed is provided by the community-maintained [AsciiDoc extension](https://github.com/andreicek/zed-asciidoc). Report issues to: [https://github.com/andreicek/zed-asciidoc/issues](https://github.com/andreicek/zed-asciidoc/issues) -- Tree Sitter: [cathaysia/tree-sitter-asciidoc](https://github.com/cathaysia/tree-sitter-asciidoc) +- Tree-sitter: [cathaysia/tree-sitter-asciidoc](https://github.com/cathaysia/tree-sitter-asciidoc) diff --git a/docs/src/languages/astro.md b/docs/src/languages/astro.md index e140832e89978ef7d4f056c34192fafcdd715ba1..5691a0de4844b2e2d924713d523f4651da6fe984 100644 --- a/docs/src/languages/astro.md +++ b/docs/src/languages/astro.md @@ -2,7 +2,7 @@ Astro support is available through the [Astro extension](https://github.com/zed-extensions/astro). -- Tree Sitter: [virchau13/tree-sitter-astro](https://github.com/virchau13/tree-sitter-astro) +- Tree-sitter: [virchau13/tree-sitter-astro](https://github.com/virchau13/tree-sitter-astro) - Language Server: [withastro/language-tools](https://github.com/withastro/language-tools)