diff options
Diffstat (limited to 'lsp.h')
-rw-r--r-- | lsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -359,6 +359,7 @@ typedef struct { } LSPResponseHighlight; typedef struct { + // these will be sorted by path (alphabetically), then by line number LSPLocation *locations; } LSPResponseReferences; |