summaryrefslogtreecommitdiff
path: root/ted-internal.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-08 17:17:35 -0400
committerpommicket <pommicket@gmail.com>2023-09-08 17:18:51 -0400
commit100859239a28c2709bb3e2cdce347300a2b763e2 (patch)
treeb45486fe7c2a3318d9702adbe17ce17b672a78d1 /ted-internal.h
parent49f22fb75ae7ec5ffa98532c060d81e18d71575c (diff)
LSP over TCP initial draft
Diffstat (limited to 'ted-internal.h')
-rw-r--r--ted-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted-internal.h b/ted-internal.h
index 42592fb..a9ee175 100644
--- a/ted-internal.h
+++ b/ted-internal.h
@@ -111,6 +111,7 @@ struct Settings {
u16 text_size;
u16 max_menu_width;
u16 error_display_time;
+ u16 lsp_port;
bool auto_indent;
bool auto_add_newline;
bool syntax_highlighting;