diff options
-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 |