Document ui.virtual.ruler scope in theme docs (#2199)

From the rulers feature (#2060)
This commit is contained in:
Michael Davis 2022-04-20 13:04:17 -05:00 committed by GitHub
parent 4144c9d2f2
commit 6de2e7634f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,6 +224,7 @@ #### Interface
| `ui.text` | Command prompts, popup text, etc. |
| `ui.text.focus` | |
| `ui.text.info` | The key: command text in `ui.popup.info` boxes |
| `ui.virtual.ruler` | Ruler columns (see the [`editor.rulers` config][rulers-config])|
| `ui.virtual.whitespace` | Visible white-space characters |
| `ui.menu` | Code and command completion menus |
| `ui.menu.selected` | Selected autocomplete item |
@ -234,3 +235,5 @@ #### Interface
| `info` | Diagnostics info (gutter) |
| `hint` | Diagnostics hint (gutter) |
| `diagnostic` | For text in editing area |
[rulers-config]: ./configuration.md#editor-section