godotengine / godot-vscode-plugin

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

Fix variables with leading underscores #544

Closed DenisBelmondo closed 7 months ago

DenisBelmondo commented 7 months ago

The integer literal regex was breaking variables with leading underscores. This PR should fix that.

DaelonSuzuka commented 7 months ago

This was already fixed in #545, plus the same issue for floats.

I'm sorry I missed this PR, the last couple of weeks have been extra busy.