aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/lsp-features.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev/lsp-features.md')
-rw-r--r--docs/dev/lsp-features.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-features.md b/docs/dev/lsp-features.md
index 212d132ee..57015293c 100644
--- a/docs/dev/lsp-features.md
+++ b/docs/dev/lsp-features.md
@@ -52,8 +52,8 @@ This list documents LSP features, supported by rust-analyzer.
52- [x] [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight) 52- [x] [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight)
53- [x] [textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol) 53- [x] [textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol)
54- [x] [textDocument/codeAction](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction) 54- [x] [textDocument/codeAction](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction)
55- [x] [textDocument/selectionRange](https://github.com/Microsoft/language-server-protocol/issues/613)
55 - rust-analyzer.syntaxTree 56 - rust-analyzer.syntaxTree
56 - rust-analyzer.extendSelection
57 - rust-analyzer.matchingBrace 57 - rust-analyzer.matchingBrace
58 - rust-analyzer.parentModule 58 - rust-analyzer.parentModule
59 - rust-analyzer.joinLines 59 - rust-analyzer.joinLines