summaryrefslogtreecommitdiff
path: root/syntax.c
diff options
context:
space:
mode:
Diffstat (limited to 'syntax.c')
-rw-r--r--syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.c b/syntax.c
index be6ebbf..53c2425 100644
--- a/syntax.c
+++ b/syntax.c
@@ -2066,7 +2066,7 @@ static void syntax_highlight_ted_cfg(SyntaxState *state, const char32_t *line, u
}
-void syntax_register_builtin_languages(void) {
+void syntax_init(void) {
static const LanguageInfo builtins[] = {
{
.id = LANG_TEXT,