docs: Update JavaScript docs and remove TBDs (#17989)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-09-20 08:04:26 +02:00 committed by GitHub
parent 8103ac12bf
commit 579267f399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,17 +26,15 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t
}
```
<!--
## JSX
TBD: Mention JSX
Zed supports JSX syntax highlighting out of the box.
In JSX strings, the [`tailwindcss-language-server`](./tailwindcss.md) is used provide autocompletion for Tailwind CSS classes.
## JSDoc
TBD: Document JSDoc support in Zed.
- Tree Sitter: [tree-sitter/tree-sitter-jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc)
-->
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