From 579267f399816ae9e54b79c92949384a0ac8455a Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Fri, 20 Sep 2024 08:04:26 +0200 Subject: [PATCH] docs: Update JavaScript docs and remove TBDs (#17989) Release Notes: - N/A --- docs/src/languages/javascript.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/src/languages/javascript.md b/docs/src/languages/javascript.md index 8fb84881ada0f883583d0784cead089041c10153..7e74cbbfaebb41443dbd30611711672b1ba42cab 100644 --- a/docs/src/languages/javascript.md +++ b/docs/src/languages/javascript.md @@ -26,17 +26,15 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t } ``` - +Zed supports JSDoc syntax in JavaScript and TypeScript comments that match the JSDoc syntax. Zed uses [tree-sitter/tree-sitter-jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc) for parsing and highlighting JSDoc. ## ESLint