diff options
Diffstat (limited to 'syntax.c')
-rw-r--r-- | syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |