Skip to content

Commit

Permalink
Remove visible 'TBD' from docs (zed-industries#17979)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
mikayla-maki authored Sep 17, 2024
1 parent 8e45bf7 commit 56f9e4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/extensions/languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,9 @@ The `@run` capture specifies where the run button should appear in the editor. O
| @run | Captures the script name |
| @script | Also captures the script name (for different purposes) |

<!--
TBD: `#set! tag`
-->

## Language Servers

Expand Down
2 changes: 2 additions & 0 deletions docs/src/key-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,10 @@ See the [tasks documentation](tasks.md#custom-keybindings-for-tasks) for more.

#### Global

<!--
TBD: Update these to reflect current bindings
TBD: Add Column with Linux shortcuts
-->

| **Command** | **Target** | **Default Shortcut** |
| ------------------------- | ------------ | ----------------------- |
Expand Down
2 changes: 2 additions & 0 deletions docs/src/languages/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t
}
```

<!--
## JSX
TBD: Mention JSX
Expand All @@ -35,6 +36,7 @@ TBD: Mention JSX
TBD: Document JSDoc support in Zed.
- Tree Sitter: [tree-sitter/tree-sitter-jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc)
-->

## ESLint

Expand Down

0 comments on commit 56f9e4c

Please sign in to comment.