[TextServer] Track emoji subruns separately from parentheses stack.

This commit is contained in:
Pāvels Nadtočajevs 2025-11-19 08:34:30 +02:00
parent b15a13eed3
commit 2479e1737a
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
2 changed files with 67 additions and 18 deletions

View file

@ -58,6 +58,7 @@ using namespace godot;
class ScriptIterator {
static const int PAREN_STACK_DEPTH = 128;
static const int EMOJI_STACK_DEPTH = 32;
public:
struct ScriptRange {