diff --git a/docs/src/extensions/languages.md b/docs/src/extensions/languages.md index 90de3f658d..c003285303 100644 --- a/docs/src/extensions/languages.md +++ b/docs/src/extensions/languages.md @@ -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) | + ## Language Servers diff --git a/docs/src/key-bindings.md b/docs/src/key-bindings.md index 989e101e7d..b35c894071 100644 --- a/docs/src/key-bindings.md +++ b/docs/src/key-bindings.md @@ -177,8 +177,10 @@ See the [tasks documentation](tasks.md#custom-keybindings-for-tasks) for more. #### Global + | **Command** | **Target** | **Default Shortcut** | | ------------------------- | ------------ | ----------------------- | diff --git a/docs/src/languages/javascript.md b/docs/src/languages/javascript.md index 0e642527e0..8fb84881ad 100644 --- a/docs/src/languages/javascript.md +++ b/docs/src/languages/javascript.md @@ -26,6 +26,7 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t } ``` + ## ESLint