diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-01 19:30:55 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-01 19:30:55 -0500 |
commit | 01bfdf98e4475e13e7b4bb8b8fbd382fa836986e (patch) | |
tree | dcf687f1bc64e726b1a3675312ec0f98dd373c19 /config.c | |
parent | b376a87775d10dc7a693c0e1ecbe59e867e4634a (diff) |
switched syntax highlighting to use a number for the state (will be useful later)
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}, |