]> git.lizzy.rs Git - rust.git/commitdiff
chore(manual): update coc-rust-analyzer manual
authorHeyward Fann <fannheyward@users.noreply.github.com>
Mon, 21 Feb 2022 03:04:39 +0000 (11:04 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 03:04:39 +0000 (11:04 +0800)
Semantic tokens highlighting is added now

docs/user/manual.adoc

index c631ae46554ae5c8c4457cdac9dd82ecc9e81209..5f725f865aa4a1d26392217e6a84bc8ab4e16503 100644 (file)
@@ -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.