pub(crate) static SHADER_BODY_OPEN: LazyLock<Regex>Expand description
shader_body keyword optionally followed by whitespace/newlines and {.
We then balance braces ourselves to recover the body — a regex alone
can’t do nested-brace balancing reliably.