docs: Update JavaScript docs and remove TBDs (#17989)
Release Notes: - N/A
This commit is contained in:
parent
8103ac12bf
commit
579267f399
1 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue