I'd also suggest editing `tm_parser_enable_role()` and adding something like: ``` case TM_PARSER_GDSCRIPT: return kind == 'c' ? FALSE : TRUE; ``` otherwise both base classes and real classes are shown in the symbol tree (check e.g. `gdscript-inner-class.gd` where you don't want to see the `Reference` tags in the sidebar).