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).


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3012/c1012558886@github.com>