Override GREP paragraph style with superscript
I'm facing a GREP problem and need some help. I'm creating a Bible devotional and have a GREP paragraph style set up that superscripts the Bible verses. The problem is, each paragraph starts with the reference, which I don't want superscripted. I've been able to do the following using the formula
\s\d+(?!\:|\,)

(The reason I'm using a : or , is it will be translated into multiple languages)
My problem arises when sometimes the reference has multiple verses, in which case the second reference is superscripted:

My question is, is there a way to ignore a GREP style? Ideally, I would have an en space after the reference and start my style after that. I've also tried using a nested character style, but the character style doesn't override the GREP style.
Thanks!

