summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-30 22:54:31 -0500
committerpommicket <pommicket@gmail.com>2022-12-30 22:54:31 -0500
commit74ca500fcad9f6f1ee2d43498b92beee92112fb0 (patch)
tree364404844a07d9ffc67469754156f6405c71d335 /ted.c
parent37275ad25635624161c3b51bc81cbd431a200e0c (diff)
better readme, etc
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.c b/ted.c
index 5941f9a..8810d19 100644
--- a/ted.c
+++ b/ted.c
@@ -569,6 +569,7 @@ void ted_go_to_lsp_document_position(Ted *ted, LSP *lsp, LSPDocumentPosition pos
}
void ted_highlight_lsp_range(Ted *ted, TextBuffer *buffer, LSPRange range) {
+ (void)ted;
Font *font = buffer_font(buffer);
const u32 *colors = buffer_settings(buffer)->colors;
float char_height = font->char_height;