From 01bfdf98e4475e13e7b4bb8b8fbd382fa836986e Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 1 Feb 2021 19:30:55 -0500 Subject: switched syntax highlighting to use a number for the state (will be useful later) --- config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'config.c') diff --git a/config.c b/config.c index bf3b284..15b787d 100644 --- a/config.c +++ b/config.c @@ -174,6 +174,7 @@ void config_read(Ted *ted, char const *filename) { OptionBool const options_bool[] = { {"auto-indent", &settings->auto_indent}, {"auto-add-newline", &settings->auto_add_newline}, + {"syntax-highlighting", &settings->syntax_highlighting}, }; OptionU8 const options_u8[] = { {"tab-width", &settings->tab_width, 1, 100}, -- cgit v1.2.3