Add support for nested snippets in app extensions

Hello,

One very frustrating thing when working with theme app extensions is the lack of support for nested snippets. This, once again, creates an inconsistent dev experience between themes and apps.

As apps become larger, being able to further split the code is essential. Especially in app extensions where there is a size limit of 100 kB for Liquid code.

Some apps might have different blocks that would need to re-use code, but the lack of nested snippets make it hard to achieve.

Would it be possible to add support for it?