about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-21 09:23:20 +0000
committerGitHub <noreply@github.com>2022-02-21 09:23:20 +0000
commitc149c3682e6fec3b432dc567bbf844b5ef04be30 (patch)
treeb3d2488055de788b8337d35b59ca5870804ab715
parentd6ed146a1caa41c65a831efbc80d79067c8f5955 (diff)
parent1988ea2b48d9cf709f9641e63a97de75908517cf (diff)
downloadrust-c149c3682e6fec3b432dc567bbf844b5ef04be30.tar.gz
rust-c149c3682e6fec3b432dc567bbf844b5ef04be30.zip
Merge #11514
11514: chore(manual): update coc-rust-analyzer manual r=Veykril a=fannheyward

Semantic tokens highlighting is added in coc.nvim now.

Co-authored-by: Heyward Fann <fannheyward@users.noreply.github.com>
-rw-r--r--docs/user/manual.adoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index c631ae46554..5f725f865aa 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -240,7 +240,6 @@ The are several LSP client implementations for vim or neovim:
    * same configurations as VSCode extension, `rust-analyzer.server.path`, `rust-analyzer.cargo.features` etc.
    * same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc.
    * inlay hints for variables and method chaining, _Neovim Only_
-   * semantic highlighting is not implemented yet
 
 Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected`; `coc-codeaction` and `coc-codeaction-line` are unlikely to be useful.