summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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 9201a89..56185fc 100644
--- a/ted.h
+++ b/ted.h
@@ -158,6 +158,8 @@ typedef struct {
bool signature_help_enabled;
bool lsp_enabled;
bool hover_enabled;
+ bool highlight_enabled;
+ bool highlight_auto;
bool vsync;
u8 tab_width;
u8 cursor_width;