neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 385a1facf28b1f3ddc1c6a4dc4ca35729a852b2c
parent ceb37ff1d83c6dc341dc43d3dc8c81f657bc9484
Author: jdrouhard <john@drouhard.dev>
Date:   Sun, 11 Jun 2023 16:48:57 -0500

docs: semantic token methods in :h lsp-method #23991


Diffstat:
Mruntime/doc/lsp.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

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