This PR reverts #241 for now. It breaks if there is another ) character anywhere after the @servers block (which there almost definitely will be) because the @servers block now matches up to that last parenthesis.
E.g. this breaks completely because of the ) in the setup section:
This PR reverts #241 for now. It breaks if there is another
)
character anywhere after the@servers
block (which there almost definitely will be) because the@servers
block now matches up to that last parenthesis.E.g. this breaks completely because of the
)
in the setup section:Sorry about this! I'll keep working on the regex and PR something more robust if I figure it out.