GREP Style AFTER Forced Line Break
I have a paragraph style that has a nested style that triggers after a forced line break. What I would like to happen after is if there is something in parentheses WITHIN the nested style section that gets another different style.
I was able to get this to work just using another nested style, but I watched a MAX class that involved GREP styles and wanted to see if I could make it work.
I got as a far as (\s\(.*?)(.\)\s) which changes the parentheses everywhere and this (?<=\n).+ which changes anything after the forced break.
I can't figure out the glue that will make it start the search for open parentheses after the break AND the following characters until it finds the parentheses, then change.
Any ideas or should I just stick to nesting styles?

