bartneck / swiML

A project to formalise swimming programs using XML
MIT License
2 stars 2 forks source link

unified excludeAlign #123

Closed bartneck closed 4 weeks ago

bartneck commented 1 month ago

Right now we have <excludAlign> for <instructions>, <excludeAlignRepetition> for <repetition> and <excludeAlignContinue> for <continue>. Since all repetitions and continues are nested inside an instruction, it would be great to only have one <excludAlign> that would apply to all three.

bartneck commented 4 weeks ago

tested and okay