summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-31 12:31:33 -0500
committerpommicket <pommicket@gmail.com>2022-12-31 12:31:33 -0500
commit2a9f03edf21f8d6d0392a74eb0a6b2507c261a55 (patch)
tree115f07dc855100b088b4507f072f97ac71753cf1 /lsp.h
parentc1c684c2346042022ba1b4fa86ca0983ad2f32a1 (diff)
ted_get_buffer_with_file, sort usages
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;