From 385a1facf28b1f3ddc1c6a4dc4ca35729a852b2c Mon Sep 17 00:00:00 2001 From: jdrouhard Date: Sun, 11 Jun 2023 16:48:57 -0500 Subject: docs: semantic token methods in :h lsp-method #23991 --- runtime/doc/lsp.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime') 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 -- cgit