aboutsummaryrefslogtreecommitdiff
path: root/editors/README.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-28 12:01:56 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-28 12:01:56 +0000
commit3432c4366f578b4f0a9a6e0384292d72e43ebf03 (patch)
treeb589fcf2ee7d816f3f18bd83b8e88738dcb6fd4f /editors/README.md
parent7abe1f422c1a1230ad5b39474101806c438ef452 (diff)
parentd1a67c1174abfb99b67b8db89c9f27c741e85057 (diff)
Merge #695
695: align command naming r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/README.md')
-rw-r--r--editors/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/README.md b/editors/README.md
index b35a1f367..2d6a3f21d 100644
--- a/editors/README.md
+++ b/editors/README.md
@@ -26,7 +26,7 @@ They are more experimental in nature and work only with VS Code.
26### Syntax highlighting 26### Syntax highlighting
27 27
28It overrides built-in highlighting, and works only with a specific theme 28It overrides built-in highlighting, and works only with a specific theme
29(zenburn). `ra-lsp.highlightingOn` setting can be used to disable it. 29(zenburn). `rust-analyzer.highlightingOn` setting can be used to disable it.
30 30
31### Go to symbol in workspace <kbd>ctrl+t</kbd> 31### Go to symbol in workspace <kbd>ctrl+t</kbd>
32 32