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