diff options
| author | jdrouhard <john@drouhard.dev> | 2023-06-11 16:48:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-11 14:48:57 -0700 |
| commit | 385a1facf28b1f3ddc1c6a4dc4ca35729a852b2c (patch) | |
| tree | 219ef71808de6eee476acad1d5caf9b1fd81c410 | |
| parent | ceb37ff1d83c6dc341dc43d3dc8c81f657bc9484 (diff) | |
| download | rneovim-385a1facf28b1f3ddc1c6a4dc4ca35729a852b2c.tar.gz rneovim-385a1facf28b1f3ddc1c6a4dc4ca35729a852b2c.tar.bz2 rneovim-385a1facf28b1f3ddc1c6a4dc4ca35729a852b2c.zip | |
docs: semantic token methods in :h lsp-method #23991
| -rw-r--r-- | runtime/doc/lsp.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/lsp.txt b/runtime/doc/lsp.txt index 27ef38743b..c4322e9c24 100644 --- a/runtime/doc/lsp.txt +++ b/runtime/doc/lsp.txt @@ -202,6 +202,8 @@ specification. These LSP requests/notifications are defined by default: textDocument/rangeFormatting textDocument/references textDocument/rename + textDocument/semanticTokens/full + textDocument/semanticTokens/full/delta textDocument/signatureHelp textDocument/typeDefinition* window/logMessage |