godot
godot copied to clipboard
Improvements to GDScript identifier tokenization
Makes potential_identifier() exit early if not ascii-only.
Edit: Was unsure if the token being created before pushing errors was important, so kept that order.
Pushed to 4.2 milestone, as this is an enhancement PR and as we're in 4.1 feature freeze. Though, as it seems to be a good one, I added it to the list of PRs to team review to not forget it.
Thanks!
Thank you!