@elextr commented on this pull request.
{
- g_warning("Failed to find lexer for ID %u", lexer_id); + g_warning("Failed to find lexer for name %s", lexer_name);
going through all the lexers we use and check if we manage to create them;
Making startup slower, would have to be avoided if geany is only being run to send a filename over the socket.
Better if all lexers are tested by CI not internal to Geany.