godot/modules/gdscript/tests/scripts/analyzer/warnings
George Marques 7548e043fc
Add support for Unicode identifiers in GDScript
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.
2023-01-21 13:39:40 -03:00
..
lambda_shadowing_arg.gd GDScript: Fix typing of lambda functions 2023-01-06 16:38:22 +02:00
lambda_shadowing_arg.out GDScript: Fix typing of lambda functions 2023-01-06 16:38:22 +02:00
lambda_unused_arg.gd GDScript: Fix typing of lambda functions 2023-01-06 16:38:22 +02:00
lambda_unused_arg.out Add support for Unicode identifiers in GDScript 2023-01-21 13:39:40 -03:00