summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-29 12:32:26 -0500
committerpommicket <pommicket@gmail.com>2022-12-29 12:32:26 -0500
commitf1e2e8382cc09bacb5da9e3c9463fea983a9e146 (patch)
tree1197682a7c1c01cc0067ccf3a6fe55bf0eb17ab8 /ted.h
parent7dca1a04452ca6caf6e230839c48f0f9dd9d67b8 (diff)
more hover
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index 64fb993..f081c46 100644
--- a/ted.h
+++ b/ted.h
@@ -408,6 +408,8 @@ typedef struct {
// we use this to check if we need to refresh it.
LSPDocumentPosition requested_position;
LSPID requested_lsp;
+ BufferPos range_start;
+ BufferPos range_end;
} Hover;