virtualx-engine/modules/gdscript/tests/scripts/parser
Aiden Storey 74177d79c9
Fix multiline array/dictionary match statements
Currently array and dictionary expressions cannot be spread over
multiple lines in match statements.

Adding mutliline push/pop while parsing the pattern for bracket and
brace enables the ability for these to be multiline. This enables more
complex patterns to be matched without exceeding line limits.

Fixes #90372
2024-04-12 10:59:28 +02:00
..
errors GDScript: Fix @warning_ignore annotation issues 2024-03-12 19:00:06 +03:00
features Fix multiline array/dictionary match statements 2024-04-12 10:59:28 +02:00
warnings GDScript: Don't warn on unassigned for builtin-typed variables 2024-04-10 11:59:57 -03:00
.editorconfig GDScript: Allow mixed indentation on blank lines 2023-08-17 10:54:43 +03:00