summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-31 19:09:50 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-31 19:09:50 -0500
commit68b3e3928e1bd05ebbb56810ae8b7a68ff5f12b0 (patch)
tree72832015fedc7f8230b345e36aa9b0b5efa7cf46 /main.c
parent58444144fae39d38c155d868cf3aebb8e4ef8dba (diff)
started syntax higlighting (still need to add state to each line)
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 8b68662..0932609 100644
--- a/main.c
+++ b/main.c
@@ -39,6 +39,7 @@ no_warn_end
#include "time.c"
#include "string32.c"
#include "arr.c"
+#include "syntax.c"
#include "buffer.c"
#include "ted.c"
#include "ui.c"