summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
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 6b8cc9b..a2f55ed 100644
--- a/lsp.h
+++ b/lsp.h
@@ -359,6 +359,7 @@ typedef struct {
} LSPResponseHighlight;
typedef struct {
+ // these will be sorted by path (alphabetically), then by line number
LSPLocation *locations;
} LSPResponseReferences;