godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.48k stars 148 forks source link

Add 'await' keyword syntax highlighting for Godot 4 versions #523

Closed shaugnmarc closed 8 months ago

shaugnmarc commented 8 months ago

Godot version

4.1.2 RC

VS Code version

1.84.0

Godot Tools VS Code extension version

1.3.1

System information

Windows 10

Problem statement

image

Since 'yield' has been kinda replaced in Godot 4.0, it would be nice for the extension to acknowledge 'await' as a keyword for consistent highlighting with everything else for the newest Godot versions.

Proposed solution

Add 'await' to the keyword category of syntax highlights.

DaelonSuzuka commented 8 months ago

image

This has been implemented for like a year. The next release is probably going to be this month.