Update to LSP version 3.16 semantic tokens protocol

This commit is contained in:
Tadeo Kondrak
2020-09-25 15:24:10 -06:00
parent 2559f5c6fd
commit b52817cd8f
4 changed files with 8 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ pub const ResponseParams = union(enum) {
Location: Location,
Hover: Hover,
DocumentSymbols: []DocumentSymbol,
SemanticTokens: struct { data: []const u32 },
SemanticTokensFull: struct { data: []const u32 },
TextEdits: []TextEdit,
Locations: []Location,
WorkspaceEdit: WorkspaceEdit,