summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-05 19:05:14 -0500
committerpommicket <pommicket@gmail.com>2022-12-05 19:05:14 -0500
commit05862b802237df8bc61b0b45ef1ba4e70b0773f5 (patch)
tree2bfcd1a2915bd4907652f29453c92e40deaac3d0 /main.c
parent10c753107c6d9f9c90fef18b887b92c2290ca97d (diff)
full json parser
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 517faaa..c0feb8c 100644
--- a/main.c
+++ b/main.c
@@ -101,6 +101,7 @@ bool tag_goto(Ted *ted, char const *tag);
#include "command.c"
#include "config.c"
#include "session.c"
+#include "json.c"
#include "lsp.c"
#if PROFILE