diff options
author | pommicket <pommicket@gmail.com> | 2022-12-29 12:32:26 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-29 12:32:26 -0500 |
commit | f1e2e8382cc09bacb5da9e3c9463fea983a9e146 (patch) | |
tree | 1197682a7c1c01cc0067ccf3a6fe55bf0eb17ab8 /ted.h | |
parent | 7dca1a04452ca6caf6e230839c48f0f9dd9d67b8 (diff) |
more hover
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |