[Github-comments] [geany/geany] Add GDScript file type (PR #3012)

Jiří Techet notifications at xxxxx
Thu Jan 13 22:14:26 UTC 2022


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 or view it on GitHub:
https://github.com/geany/geany/pull/3012#issuecomment-1012558886
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3012/c1012558886 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220113/8177cbc6/attachment.htm>


More information about the Github-comments mailing list