summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/unicode_identifiers.gd
Commit message (Collapse)AuthorAgeFilesLines
* GDScript: Improve call analysisDanil Alexeev2023-09-211-0/+1
| | | | | | * Add missing `UNSAFE_CALL_ARGUMENT` warning. * Fix `Object` constructor. * Display an error for non-existent static methods.
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-0/+35
This is using an adapted version of UAX#31 to not rely on the ICU database (which isn't available in builds without TextServerAdvanced). It allows most characters used in diverse scripts but not everything.