Let's say I have a.xml which imports b.xml and b.xml imports c.xml. If I define a macro in c.xml called macro-from-c, will it be visible to a.xml?
I'm asking this in the context of IntelliJ, which doesn't seem to want to acknowledge the macros I've defined.
Thanks