aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 74f281ccb..ad600d162 100644
--- a/README.md
+++ b/README.md
@@ -125,13 +125,13 @@ and trait selection) to the existing rustc.
125- [x] [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight) 125- [x] [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight)
126- [x] [textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol) 126- [x] [textDocument/documentSymbol](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol)
127- [x] [textDocument/codeAction](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction) 127- [x] [textDocument/codeAction](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction)
128 - ra_lsp.syntaxTree 128 - rust-analyzer.syntaxTree
129 - ra_lsp.extendSelection 129 - rust-analyzer.extendSelection
130 - ra_lsp.matchingBrace 130 - rust-analyzer.matchingBrace
131 - ra_lsp.parentModule 131 - rust-analyzer.parentModule
132 - ra_lsp.joinLines 132 - rust-analyzer.joinLines
133 - ra_lsp.run 133 - rust-analyzer.run
134 - ra_lsp.analyzerStatus 134 - rust-analyzer.analyzerStatus
135- [x] [textDocument/codeLens](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeLens) 135- [x] [textDocument/codeLens](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeLens)
136- [ ] [textDocument/documentLink](https://microsoft.github.io/language-server-protocol/specification#codeLens_resolve) 136- [ ] [textDocument/documentLink](https://microsoft.github.io/language-server-protocol/specification#codeLens_resolve)
137- [ ] [documentLink/resolve](https://microsoft.github.io/language-server-protocol/specification#documentLink_resolve) 137- [ ] [documentLink/resolve](https://microsoft.github.io/language-server-protocol/specification#documentLink_resolve)