docs: Improve dark mode syntax highlighting (#18002)

This PR introduces [GitHub
Light](https://github.com/highlightjs/highlight.js/blob/main/src/styles/github.css)
and [GitHub
Dark](https://github.com/highlightjs/highlight.js/blob/main/src/styles/github-dark.css)
as the syntax highlighting themes for the corresponding modes.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2024-09-18 09:14:03 -03:00
committed by GitHub
parent 430ce073d2
commit 3b153a54c2
4 changed files with 256 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Zed supports supports two sources for completions:
When there is an appropriate language server available, Zed will by-default provide completions of variable names, functions, and other symbols in the current file. You can disable these by adding the following to your zed settings.json file:
```json
"show_completions_on_input": false
"show_completions_on_input": false
```
You can manually trigger completions with `ctrl-space` or by triggering the `editor::ShowCompletions` action from the command palette.