diff options
author | pommicket <pommicket@gmail.com> | 2022-12-31 11:54:06 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-31 11:54:06 -0500 |
commit | 02faedf9bf7e826bc78161f8cf07ffca5d2dbe57 (patch) | |
tree | 39a0f0f221fbdec2197f1c8c6d0cf4986df6b8d4 /ted.h | |
parent | f40e9f02ef3ca0a86282a927c9bb7887900100b2 (diff) |
highlight-enabled and highlight-auto settings
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |