summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 6050771..5031f93 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
/*
@TODO:
-- check bounds in CMD_SET_LANGUAGE
+- check validity in CMD_SET_LANGUAGE
- comment-start & comment-end settings
FUTURE FEATURES:
- manual.md
@@ -318,7 +318,7 @@ int main(int argc, char **argv) {
command_init();
color_init();
-
+ syntax_register_builtin_languages();
// read command-line arguments
const char *starting_filename = NULL;