aboutsummaryrefslogtreecommitdiff
path: root/src/server/types.odin
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-06-13 19:58:48 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-06-13 19:58:48 +0200
commitf330a19afa116a386166bce1133c1d64cf524d3c (patch)
tree14d70187d3b3a9b1159dce213bea15b0b4119f1f /src/server/types.odin
parent582a1b1c1b42065d3bd22bd0f23bfd3ec38cdae4 (diff)
parent9e05f30ca31e0b42c37ddc70a89e3a0863757cd8 (diff)
Merge branch 'rename' of https://github.com/DanielGavin/ols into rename
Diffstat (limited to 'src/server/types.odin')
-rw-r--r--src/server/types.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/types.odin b/src/server/types.odin
index 632b61d..5079bf6 100644
--- a/src/server/types.odin
+++ b/src/server/types.odin
@@ -23,7 +23,7 @@ ResponseParams :: union {
CompletionList,
SignatureHelp,
[]DocumentSymbol,
- SemanticTokens,
+ SemanticTokensResponseParams,
Hover,
[]TextEdit,
[]InlayHint,