@techee commented on this pull request.
> + kindDefinition *def; + + if (lang == TM_PARSER_NONE) + return "unknown"; + + def = getLanguageKindForLetter(lang, kind); Yes, that's better - done at both places. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3865#discussion_r1615332108 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3865/review/[email protected]>
