godotengine / godot-syntax-themes

Syntax themes for the Godot Engine script editor
Creative Commons Zero v1.0 Universal
404 stars 55 forks source link

Make theme available for GDScript with Visual Studio Code #7

Closed Arrow-x closed 4 years ago

Arrow-x commented 4 years ago

maybe help the original themes on Visual Studio Code work better with GDScript

Calinou commented 4 years ago

What do you mean? I already ported the Dark+ and Light+ themes from Visual Studio Code to Godot.

Arrow-x commented 4 years ago

the other way around, I know this out of scope for this, but maybe for the Godot tools for VSCode, to make sure that themes there work with GDScript's syntax (the same theme here doesn't work well (some types missing...) when working with GDScript in VSCode)

Calinou commented 4 years ago

I'm afraid we can't monkey-patch other people's themes in VS Code like that. People might not like that :slightly_smiling_face: If you want extensive language support, stick to the default Dark+ and Light+ themes. I don't think there's much of a way around that.

Also, this request is out of scope for this repository. Closing.