catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio

Home Page:https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot GDScript Lacking Syntax Highlighting

dannymate opened this issue · comments

Would it be possible to add GDScript support for syntax highlighting? You can see super() and methods calls aren't coloured.
image

If there's any information required let me know I'm not sure what you'd need.

There's a grammer reference here. Maybe it'll be useful.

Style Guide
Code Order
GDScript reference

The issue here seems to be more with the extension, which needs to be installed, which doesn't recognize some special keywords.

For example with the super() calls, it recognizes them as function.any-method
image
which in my opinion clearly isn't. It's not a function/method like any others.

About method calls, they shouldn't be colored according to the syntax highlighting of the website:
image
image
image

Ah ok. Thanks for getting back to me. This doesn't seem to be an issue with the theme then. I'll close this now.