Skip to content

Commit ea7b6ce

Browse files
committed
Add docs
1 parent 56c3852 commit ea7b6ce

File tree

8 files changed

+418
-263
lines changed

8 files changed

+418
-263
lines changed

book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@
2828
- [Adding textobject queries](./guides/textobject.md)
2929
- [Adding indent queries](./guides/indent.md)
3030
- [Adding injection queries](./guides/injection.md)
31+
- [Adding rainbow bracket queries](./guides/rainbow_bracket_queries.md)

book/src/editor.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
| `end-of-line-diagnostics` | Minimum severity of diagnostics to render at the end of the line. Set to `disable` to disable entirely. Refer to the setting about `inline-diagnostics` for more details | "disable"
6262
| `clipboard-provider` | Which API to use for clipboard interaction. One of `pasteboard` (MacOS), `wayland`, `x-clip`, `x-sel`, `win-32-yank`, `termux`, `tmux`, `windows`, `termcode`, `none`, or a custom command set. | Platform and environment specific. |
6363
| `editor-config` | Whether to read settings from [EditorConfig](https://editorconfig.org) files | `true` |
64+
| `rainbow-brackets` | Whether to render rainbow colors for matching brackets. Requires tree-sitter `rainbows.scm` queries for the language. | `false` |
6465

6566
### `[editor.clipboard-provider]` Section
6667

0 commit comments

Comments
 (0)