legacy-python-cli icon indicating copy to clipboard operation
legacy-python-cli copied to clipboard

GDScript (.gd) support

Open thomazthz opened this issue 7 years ago • 3 comments

I just made a Wakatime plugin for Godot Engine but Godot Script files (GDScript) are misclassified as GAP. I'd like to request support for GDScript files (.gd) or at least classify as 'Other'.

Thanks!

GDScript wrong language detection

thomazthz avatar Mar 12 '18 19:03 thomazthz

I've created an issue here to add GDScript support: https://bitbucket.org/birkenfeld/pygments-main/issues/1429/add-lexer-for-gdscript-from-godot-game

For now, use a custom rule to force any files ending with .gd to be categorized as language GDScript: https://wakatime.com/settings/rules

alanhamlett avatar Mar 18 '18 23:03 alanhamlett

I want to put GDScript as Goals, could you add this language?

AndersonFirmino avatar Sep 05 '18 22:09 AndersonFirmino

You can create goals with GDScript already, as long as you set a custom rule to rename files ending with .gd as GDScript language.

alanhamlett avatar Sep 06 '18 15:09 alanhamlett