@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?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3859#pullrequestreview-2050866317
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3859/review/[email protected]>