@b4n commented on this pull request.
@@ -557,6 +562,7 @@ static TMParserMapEntry map_FREEBASIC[] = {
{'t', tm_tag_struct_t}, // type {'v', tm_tag_variable_t}, // variable {'g', tm_tag_externvar_t}, // enum + {'n', tm_tag_undef_t}, // namespace
No clue about freebasic, but wouldn't it be worth including? kinds are already silly, so the fact `tm_tag_namespace_t` is already in use is not really a reason not to add it, is it?