docs: Add small refinements to CSS adjacent pages (#31683)

Follow up to https://github.com/zed-industries/zed/pull/31681. Was
visiting some of these pages and noticed these somewhat small formatting
and copywriting improvement opportunities. The docs for Svelte in
particular felt somewhat unorganized.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-05-29 08:43:54 -03:00
committed by GitHub
parent e3354543c0
commit 45f9edcbb9
6 changed files with 29 additions and 34 deletions
+4 -8
View File
@@ -7,7 +7,7 @@ Svelte support is available through the [Svelte extension](https://github.com/ze
## Extra theme styling configuration
You can modify how certain styles such as directives and modifiers appear in attributes:
You can modify how certain styles, such as directives and modifiers, appear in attributes:
```json
"syntax": {
@@ -24,7 +24,7 @@ You can modify how certain styles such as directives and modifiers appear in att
## Inlay Hints
Zed sets the following initialization options for inlay hints:
When inlay hints is enabled in Zed, to make the language server send them back, Zed sets the following initialization options:
```json
"inlayHints": {
@@ -51,9 +51,7 @@ Zed sets the following initialization options for inlay hints:
}
```
to make the language server send back inlay hints when Zed has them enabled in the settings.
Use
To override these settings, use the following:
```json
"lsp": {
@@ -72,6 +70,4 @@ Use
}
```
to override these settings.
See https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/package.json for more information.
See [the TypeScript language server `package.json`](https://github.com/microsoft/vscode/blob/main/extensions/typescript-language-features/package.json) for more information.