parent
8e45bf71ca
commit
56f9e4c7b3
3 changed files with 6 additions and 0 deletions
|
@ -284,7 +284,9 @@ The `@run` capture specifies where the run button should appear in the editor. O
|
||||||
| @run | Captures the script name |
|
| @run | Captures the script name |
|
||||||
| @script | Also captures the script name (for different purposes) |
|
| @script | Also captures the script name (for different purposes) |
|
||||||
|
|
||||||
|
<!--
|
||||||
TBD: `#set! tag`
|
TBD: `#set! tag`
|
||||||
|
-->
|
||||||
|
|
||||||
## Language Servers
|
## Language Servers
|
||||||
|
|
||||||
|
|
|
@ -177,8 +177,10 @@ See the [tasks documentation](tasks.md#custom-keybindings-for-tasks) for more.
|
||||||
|
|
||||||
#### Global
|
#### Global
|
||||||
|
|
||||||
|
<!--
|
||||||
TBD: Update these to reflect current bindings
|
TBD: Update these to reflect current bindings
|
||||||
TBD: Add Column with Linux shortcuts
|
TBD: Add Column with Linux shortcuts
|
||||||
|
-->
|
||||||
|
|
||||||
| **Command** | **Target** | **Default Shortcut** |
|
| **Command** | **Target** | **Default Shortcut** |
|
||||||
| ------------------------- | ------------ | ----------------------- |
|
| ------------------------- | ------------ | ----------------------- |
|
||||||
|
|
|
@ -26,6 +26,7 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<!--
|
||||||
## JSX
|
## JSX
|
||||||
|
|
||||||
TBD: Mention JSX
|
TBD: Mention JSX
|
||||||
|
@ -35,6 +36,7 @@ TBD: Mention JSX
|
||||||
TBD: Document JSDoc support in Zed.
|
TBD: Document JSDoc support in Zed.
|
||||||
|
|
||||||
- Tree Sitter: [tree-sitter/tree-sitter-jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc)
|
- Tree Sitter: [tree-sitter/tree-sitter-jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc)
|
||||||
|
-->
|
||||||
|
|
||||||
## ESLint
|
## ESLint
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue