From 493bf20b3d1a0a890514d5252901f13d2878ff34 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 21 Apr 2019 12:52:54 +0300 Subject: fix docs --- docs/dev/lsp-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev') 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. - [x] [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight) - [x] [textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol) - [x] [textDocument/codeAction](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction) +- [x] [textDocument/selectionRange](https://github.com/Microsoft/language-server-protocol/issues/613) - rust-analyzer.syntaxTree - - rust-analyzer.extendSelection - rust-analyzer.matchingBrace - rust-analyzer.parentModule - rust-analyzer.joinLines -- cgit v1.2.3