aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-04-21 10:52:54 +0100
committerAleksey Kladov <[email protected]>2019-04-21 10:52:54 +0100
commit493bf20b3d1a0a890514d5252901f13d2878ff34 (patch)
tree5bd00c6d02511cef5b31f64ce189f041660b67ea /docs/dev
parent57608ecd9d202323dc610d52a80bd3bccbefc172 (diff)
fix docs
Diffstat (limited to 'docs/dev')
-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