summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-30 21:18:10 -0500
committerpommicket <pommicket@gmail.com>2022-12-30 21:18:10 -0500
commita997d4106a397c785473bec5862c91bdf49f06ee (patch)
treeddc2ce89c1537d91a7c78116e72945e3653fd748 /lsp.h
parent9d9032fcd0f92d4c1838218f43e5b14acf2a99fc (diff)
workspaceEdit capabilities
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp.h b/lsp.h
index 41fc94c..e9278a7 100644
--- a/lsp.h
+++ b/lsp.h
@@ -52,6 +52,7 @@ typedef enum {
LSP_REQUEST_SIGNATURE_HELP, // textDocument/signatureHelp
LSP_REQUEST_HOVER, // textDocument/hover
LSP_REQUEST_DEFINITION, // textDocument/definition
+ //LSP_REQUEST_HIGHLIGHT,
LSP_REQUEST_RENAME, // textDocument/rename
LSP_REQUEST_WORKSPACE_SYMBOLS, // workspace/symbol
LSP_REQUEST_DID_CHANGE_WORKSPACE_FOLDERS, // workspace/didChangeWorkspaceFolders